diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-09-30 07:02:52 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-09-30 07:02:52 +0000 |
| commit | af9701630d5a04924e5f28d34f5346f20e7875e2 (patch) | |
| tree | 65cd9adf5119af7ccf4d1bd5086009e322c4eeae /plugins/password/config.inc.php.dist | |
| parent | 03e6e60988ea2b51aaa972e39d143ab705fa5386 (diff) | |
- Added password_ldap_lchattr option (#1486927)
git-svn-id: https://svn.roundcube.net/trunk@4019 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password/config.inc.php.dist')
| -rw-r--r-- | plugins/password/config.inc.php.dist | 6 |
1 files changed, 6 insertions, 0 deletions
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 // -------------------------- |
