svn commit: samba r8259 - in branches/SAMBA_4_0/source/auth: .

idra at samba.org idra at samba.org
Sat Jul 9 11:17:34 GMT 2005


Author: idra
Date: 2005-07-09 11:17:33 +0000 (Sat, 09 Jul 2005)
New Revision: 8259

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8259

Log:

We want to oset the provided flags not zero


Modified:
   branches/SAMBA_4_0/source/auth/auth_util.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/auth_util.c
===================================================================
--- branches/SAMBA_4_0/source/auth/auth_util.c	2005-07-09 11:06:33 UTC (rev 8258)
+++ branches/SAMBA_4_0/source/auth/auth_util.c	2005-07-09 11:17:33 UTC (rev 8259)
@@ -125,7 +125,7 @@
 	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));
 



More information about the samba-cvs mailing list