mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r12631: Now we have fixed the provision script, we don't need to work around
it here. Andrew Bartlett
This commit is contained in:
parent
1a9992e56a
commit
f282fab611
@ -355,7 +355,7 @@ static krb5_error_code LDB_message2entry(krb5_context context, HDB *db,
|
||||
*entry_ex->entry.valid_end = nt_time_to_unix(acct_expiry);
|
||||
}
|
||||
|
||||
if ((ent_type != HDB_LDB_ENT_TYPE_KRBTGT) && (!(userAccountControl & UF_DONT_EXPIRE_PASSWD))) {
|
||||
if (!(userAccountControl & UF_DONT_EXPIRE_PASSWD)) {
|
||||
NTTIME must_change_time
|
||||
= samdb_result_force_password_change((struct ldb_context *)db->hdb_db, mem_ctx,
|
||||
domain_dn, msg,
|
||||
|
Loading…
Reference in New Issue
Block a user