diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-28 12:48:56 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-28 12:48:56 +0000 |
| commit | 9bf8303050e83100925f997fedb909c3e3d79dbf (patch) | |
| tree | feacc5bffb06bbde348878f77bbd8e39c5f80087 /plugins/password/config.inc.php.dist | |
| parent | 69253c318dc928e4abc8a7e0b1c086e6e497de94 (diff) | |
- ldap/ldap_simple drivers: support Samba password change
git-svn-id: https://svn.roundcube.net/trunk@4375 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password/config.inc.php.dist')
| -rw-r--r-- | plugins/password/config.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/password/config.inc.php.dist b/plugins/password/config.inc.php.dist index 10a659d32..54e9e51c6 100644 --- a/plugins/password/config.inc.php.dist +++ b/plugins/password/config.inc.php.dist @@ -195,6 +195,9 @@ $rcmail_config['password_ldap_force_replace'] = true; // Whenever the password is changed, the attribute will be updated if set (e.g. shadowLastChange) $rcmail_config['password_ldap_lchattr'] = ''; +// Also try to update Samba password attributes: sambaNTPassword and sambaPwdLastSet +$rcmail_config['password_ldap_samba'] = false; + // DirectAdmin Driver options // -------------------------- |
