1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r24158: SE_GROUP_RESOURCE in the other_sids list apparently means a

domain local group.

Fix a typo in the PAC debugging routine
(This used to be commit b0b66b2e7a)
This commit is contained in:
Gerald Carter 2007-08-03 13:53:25 +00:00 committed by Gerald (Jerry) Carter
parent e2f0b5dd2a
commit cdd140fe27
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@
#define SE_GROUP_OWNER 0x00000008 #define SE_GROUP_OWNER 0x00000008
#define SE_GROUP_USE_FOR_DENY_ONLY 0x00000010 #define SE_GROUP_USE_FOR_DENY_ONLY 0x00000010
#define SE_GROUP_LOGON_ID 0xC0000000 #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 */ /* Flags for controlling the behaviour of a particular logon */

View File

@ -766,7 +766,7 @@ void dump_pac_logon_info(int lvl, PAC_LOGON_INFO *logon_info)
SAFE_FREE(attr_string); 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++) { 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); 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", DEBUGADD(lvl,("\t\t%d: sid: %s-%d\n\t\t attr: 0x%x == %s\n",