From f62fffb1c5ba9a9a27e5573500ee96a61e4e1841 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 15 Jun 2004 05:21:28 +0000 Subject: r1151: fixed fill-in of force_password_change field in auth_sam (This used to be commit 9135f14540ded30892dc1f944aec1e8979a476e1) --- source4/auth/auth_sam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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"); -- cgit