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

gd at samba.org gd at samba.org
Tue Dec 11 10:18:10 GMT 2007


Author: gd
Date: 2007-12-11 10:18:10 +0000 (Tue, 11 Dec 2007)
New Revision: 26393

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

Log:
Fix inline comment.

Guenther

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


Changeset:
Modified: branches/SAMBA_4_0/source/auth/auth_sam_reply.c
===================================================================
--- branches/SAMBA_4_0/source/auth/auth_sam_reply.c	2007-12-11 09:14:39 UTC (rev 26392)
+++ branches/SAMBA_4_0/source/auth/auth_sam_reply.c	2007-12-11 10:18:10 UTC (rev 26393)
@@ -81,9 +81,7 @@
 		}
 	}
 
-	sam->user_flags = 0; /* TODO: w2k3 uses 0x120.  We know 0x20
-			      * as extra sids (PAC doc) but what is
-			      * 0x100? */
+	sam->user_flags = 0; /* w2k3 uses NETLOGON_EXTRA_SIDS | NETLOGON_NTLMV2_ENABLED */
 	sam->acct_flags = server_info->acct_flags;
 	sam->logon_server.string = server_info->logon_server;
 	sam->domain.string = server_info->domain_name;



More information about the samba-cvs mailing list