diff options
author | Christian Weiske <cweiske@cweiske.de> | 2014-07-20 21:50:42 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2014-07-20 21:50:42 +0200 |
commit | f6902bc09d8ef5b1df8090b6d2b54f0d91d27c10 (patch) | |
tree | 99015514a5076110454f547174410afdc09ee93a /doc/authentication.rst | |
parent | 6b3f1d4bb5c909413f31d7df5bab0e8a4084e29e (diff) | |
download | semanticscuttle-f6902bc09d8ef5b1df8090b6d2b54f0d91d27c10.tar.gz semanticscuttle-f6902bc09d8ef5b1df8090b6d2b54f0d91d27c10.tar.bz2 |
link pear manual ldap options
Diffstat (limited to 'doc/authentication.rst')
-rw-r--r-- | doc/authentication.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/authentication.rst b/doc/authentication.rst index c3ccb47..d9d5066 100644 --- a/doc/authentication.rst +++ b/doc/authentication.rst @@ -211,3 +211,6 @@ Here we authenticate against an active directory server. ); $authEmailSuffix = '@example.org'; +More LDAP options can be found in the `PEAR manual`__. + +__ http://pear.php.net/manual/en/package.authentication.auth.storage.ldap.php |