diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-06-15 05:21:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:41 -0500 |
commit | f62fffb1c5ba9a9a27e5573500ee96a61e4e1841 (patch) | |
tree | c03c9e48bbfe9dea09c95887b6c58990003a7ce7 /source4/auth | |
parent | 5b044b30ca6a9595b88b676e9ab282555bf29b84 (diff) | |
download | samba-f62fffb1c5ba9a9a27e5573500ee96a61e4e1841.tar.gz samba-f62fffb1c5ba9a9a27e5573500ee96a61e4e1841.tar.bz2 samba-f62fffb1c5ba9a9a27e5573500ee96a61e4e1841.zip |
r1151: fixed fill-in of force_password_change field in auth_sam
(This used to be commit 9135f14540ded30892dc1f944aec1e8979a476e1)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/auth_sam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_sam.c b/source4/auth/auth_sam.c index a30f7bc6b9..280c57ea56 100644 --- a/source4/auth/auth_sam.c +++ b/source4/auth/auth_sam.c @@ -395,7 +395,7 @@ static NTSTATUS check_sam_security(const struct auth_context *auth_context, (*server_info)->allow_password_change = samdb_result_allow_password_change(sam_ctx, mem_ctx, domain_dn, msgs[0], "pwdLastSet"); - (*server_info)->allow_password_change + (*server_info)->force_password_change = samdb_result_force_password_change(sam_ctx, mem_ctx, domain_dn, msgs[0], "pwdLastSet"); |