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 used to be commit f282fab611
)
This commit is contained in:
parent
5c03e1b46e
commit
cf07cd3fee
@ -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