Author: jerry
Date: 2007-08-03 13:53:25 +0000 (Fri, 03 Aug 2007)
New Revision: 24158

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

Log:
SE_GROUP_RESOURCE in the other_sids list apparently means a 
domain local group.

Fix a typo in the PAC debugging routine


Modified:
   branches/SAMBA_3_2/source/include/rpc_netlogon.h
   branches/SAMBA_3_2/source/libads/authdata.c
   branches/SAMBA_3_2_0/source/include/rpc_netlogon.h
   branches/SAMBA_3_2_0/source/libads/authdata.c


Changeset:
Modified: branches/SAMBA_3_2/source/include/rpc_netlogon.h
===================================================================
--- branches/SAMBA_3_2/source/include/rpc_netlogon.h    2007-08-03 13:51:12 UTC 
(rev 24157)
+++ branches/SAMBA_3_2/source/include/rpc_netlogon.h    2007-08-03 13:53:25 UTC 
(rev 24158)
@@ -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 */
 

Modified: branches/SAMBA_3_2/source/libads/authdata.c
===================================================================
--- branches/SAMBA_3_2/source/libads/authdata.c 2007-08-03 13:51:12 UTC (rev 
24157)
+++ branches/SAMBA_3_2/source/libads/authdata.c 2007-08-03 13:53:25 UTC (rev 
24158)
@@ -766,7 +766,7 @@
                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",

Modified: branches/SAMBA_3_2_0/source/include/rpc_netlogon.h
===================================================================
--- branches/SAMBA_3_2_0/source/include/rpc_netlogon.h  2007-08-03 13:51:12 UTC 
(rev 24157)
+++ branches/SAMBA_3_2_0/source/include/rpc_netlogon.h  2007-08-03 13:53:25 UTC 
(rev 24158)
@@ -108,7 +108,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 */
 

Modified: branches/SAMBA_3_2_0/source/libads/authdata.c
===================================================================
--- branches/SAMBA_3_2_0/source/libads/authdata.c       2007-08-03 13:51:12 UTC 
(rev 24157)
+++ branches/SAMBA_3_2_0/source/libads/authdata.c       2007-08-03 13:53:25 UTC 
(rev 24158)
@@ -766,7 +766,7 @@
                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",

Reply via email to