commented $entry["phpgw_lastpasswd_change"] = time(); out

it's not ldap conform
This commit is contained in:
Lars Kneschke 2001-01-04 20:43:36 +00:00
parent aa5d415752
commit 1e1fe30c51

View File

@ -51,7 +51,7 @@
$encrypted_passwd = $phpgw->common->encrypt_password($new_passwd);
$entry["userpassword"] = $encrypted_passwd;
$entry["phpgw_lastpasswd_change"] = time();
#$entry["phpgw_lastpasswd_change"] = time();
$dn = $phpgw_info["user"]["account_dn"];
@ldap_modify($ldap, $dn, $entry);