diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-26 08:31:14 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-26 08:31:14 +0000 |
| commit | ae489b8a9c0b71ff86df3e6eaf56c4715b241771 (patch) | |
| tree | 92631e7d118fa4319854655acae640e15e02e07f /roundcubemail/plugins/password/README | |
| parent | b8996aec9a3f4214bbc5d7bfe398cc4793687f14 (diff) | |
- Password plugin: added LDAP driver
git-svn-id: https://svn.roundcube.net/trunk@2679 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/password/README')
| -rw-r--r-- | roundcubemail/plugins/password/README | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/roundcubemail/plugins/password/README b/roundcubemail/plugins/password/README index da21396cb..920d3a36f 100644 --- a/roundcubemail/plugins/password/README +++ b/roundcubemail/plugins/password/README @@ -29,6 +29,7 @@ 2.1. Database (sql) 2.2. Cyrus/SASL (sasl) 2.3. Poppassd/Courierpassd (poppassd) + 2.4. LDAP (ldap) 3. Driver API @@ -151,12 +152,18 @@ 2.3. Poppassd/Courierpassd (poppassd) - ---------------------------- + ------------------------------------- You can specify which host to connect to via `password_pop_host` and what port via `password_pop_port`. See config.inc.php file for more info. + 2.4. LDAP (ldap) + ---------------- + + See config.inc.php file. Requires PEAR::Net_LDAP2 package. + + 3. Driver API ------------- |
