From 9bf8303050e83100925f997fedb909c3e3d79dbf Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 28 Dec 2010 12:48:56 +0000 Subject: - ldap/ldap_simple drivers: support Samba password change git-svn-id: https://svn.roundcube.net/trunk@4375 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/password/config.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/password/config.inc.php.dist') 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 // -------------------------- -- cgit v1.2.3