diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-31 06:36:39 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-31 06:36:39 +0000 |
| commit | f6c8cc551641ed095168c8fcaac32807d2a69a18 (patch) | |
| tree | 6b9c14bf40304795ba9030916d83857fe31e5851 /roundcubemail/plugins/password/config.inc.php.dist | |
| parent | ae9e8a46045b89eec8f0c1c917f3a9a3db898d6e (diff) | |
- Password plugin: added ldap_force_replace option (#1486014)
git-svn-id: https://svn.roundcube.net/trunk@2817 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/password/config.inc.php.dist')
| -rw-r--r-- | roundcubemail/plugins/password/config.inc.php.dist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roundcubemail/plugins/password/config.inc.php.dist b/roundcubemail/plugins/password/config.inc.php.dist index 7bcd31be2..abe2749b6 100644 --- a/roundcubemail/plugins/password/config.inc.php.dist +++ b/roundcubemail/plugins/password/config.inc.php.dist @@ -105,4 +105,10 @@ $rcmail_config['password_ldap_encodage'] = 'crypt'; // Default: 'userPassword' $rcmail_config['password_ldap_pwattr'] = 'userPassword'; +// LDAP password force replace +// Force LDAP replace in cases where ACL allows only replace not read +// See http://pear.php.net/package/Net_LDAP2/docs/latest/Net_LDAP2/Net_LDAP2_Entry.html#methodreplace +// Default: true +$rcmail_config['password_ldap_force_replace'] = true; + ?> |
