r24158: SE_GROUP_RESOURCE in the other_sids list apparently means a
authorGerald Carter <jerry@samba.org>
Fri, 3 Aug 2007 13:53:25 +0000 (13:53 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:29:15 +0000 (12:29 -0500)
domain local group.

Fix a typo in the PAC debugging routine
(This used to be commit b0b66b2e7af133b199868b946fad70016e1cefbd)

source3/include/rpc_netlogon.h
source3/libads/authdata.c

index ca106e93ffc6c6ded1a8a8b43657be2839c3fa8d..b2c542a9066bc877076d67b26d281fd8c412452c 100644 (file)
@@ -98,7 +98,7 @@
 #define SE_GROUP_OWNER                         0x00000008
 #define SE_GROUP_USE_FOR_DENY_ONLY     0x00000010
 #define SE_GROUP_LOGON_ID              0xC0000000
-#define SE_GROUP_RESOURCE              0x20000000
+#define SE_GROUP_RESOURCE              0x20000000      /* Domain Local Group */
 
 /* Flags for controlling the behaviour of a particular logon */
 
index b19bec43c5bd987e76a0582e93f8a4e47ac56406..a76a7ca48596453482b5ac8e12546d0100a9ca65 100644 (file)
@@ -766,7 +766,7 @@ void dump_pac_logon_info(int lvl, PAC_LOGON_INFO *logon_info)
                SAFE_FREE(attr_string);
        }
 
-       DEBUGADD(lvl,("\tGroup Membership (Ressource Groups (SID History ?)):\n"));
+       DEBUGADD(lvl,("\tGroup Membership (Resource Groups (SID History ?)):\n"));
        for (i = 0; i < logon_info->info3.res_group_count; i++) {
                attr_string = pac_group_attr_string(logon_info->res_groups.group_membership[i].attrs);
                DEBUGADD(lvl,("\t\t%d: sid: %s-%d\n\t\t   attr: 0x%x == %s\n",