From af9701630d5a04924e5f28d34f5346f20e7875e2 Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 30 Sep 2010 07:02:52 +0000 Subject: - Added password_ldap_lchattr option (#1486927) git-svn-id: https://svn.roundcube.net/trunk@4019 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/password/config.inc.php.dist | 6 ++++++ 1 file changed, 6 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 cd819d1b3..cf8c4f3d3 100644 --- a/plugins/password/config.inc.php.dist +++ b/plugins/password/config.inc.php.dist @@ -187,6 +187,12 @@ $rcmail_config['password_ldap_pwattr'] = 'userPassword'; // Default: true $rcmail_config['password_ldap_force_replace'] = true; +// LDAP Password Last Change Date +// Some places use an attribute to store the date of the last password change +// The date is meassured in "days since epoch" (an integer value) +// Whenever the password is changed, the attribute will be updated if set (e.g. shadowLastChange) +$rcmail_config['password_ldap_lchattr'] = ''; + // DirectAdmin Driver options // -------------------------- -- cgit v1.2.3