r26393: Fix inline comment.
authorGünther Deschner <gd@samba.org>
Tue, 11 Dec 2007 09:18:10 +0000 (10:18 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:49:23 +0000 (05:49 +0100)
Guenther
(This used to be commit 55c60a374325c875575b93b9792e48082934fb77)

source4/auth/auth_sam_reply.c

index bbbda2dc8980018454593870957d9db01c0ad1d8..6ab220498dc8d68f59efd93f1743fbc713d593b9 100644 (file)
@@ -81,9 +81,7 @@ NTSTATUS auth_convert_server_info_sambaseinfo(TALLOC_CTX *mem_ctx,
                }
        }
 
-       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;