From 3b03ccb2f76d69ba763c9b202215beda62323388 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 9 Jul 2005 11:17:33 +0000 Subject: r8259: We want to oset the provided flags not zero (This used to be commit 50d8ccacca707738f131e47c739dcfacde1311e6) --- source4/auth/auth_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/auth/auth_util.c b/source4/auth/auth_util.c index 7835d69e2b..2c8787726b 100644 --- a/source4/auth/auth_util.c +++ b/source4/auth/auth_util.c @@ -125,7 +125,7 @@ NTSTATUS make_user_info(TALLOC_CTX *mem_ctx, user_info->plaintext_password = blob; user_info->encrypted = encrypted; - user_info->flags = 0; + user_info->flags = flags; DEBUG(10,("made an %sencrypted user_info for %s (%s)\n", encrypted ? "":"un" , account_name, c_account_name)); -- cgit