forked from extern/egroupware
commented $entry["phpgw_lastpasswd_change"] = time(); out
it's not ldap conform
This commit is contained in:
parent
aa5d415752
commit
1e1fe30c51
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
$encrypted_passwd = $phpgw->common->encrypt_password($new_passwd);
|
$encrypted_passwd = $phpgw->common->encrypt_password($new_passwd);
|
||||||
$entry["userpassword"] = $encrypted_passwd;
|
$entry["userpassword"] = $encrypted_passwd;
|
||||||
$entry["phpgw_lastpasswd_change"] = time();
|
#$entry["phpgw_lastpasswd_change"] = time();
|
||||||
|
|
||||||
$dn = $phpgw_info["user"]["account_dn"];
|
$dn = $phpgw_info["user"]["account_dn"];
|
||||||
@ldap_modify($ldap, $dn, $entry);
|
@ldap_modify($ldap, $dn, $entry);
|
||||||
|
Loading…
Reference in New Issue
Block a user