summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-08-03 13:53:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:29:15 -0500
commitcdd140fe2774c1e65cdf43091a746ad2ef0fd3e7 (patch)
tree67c63b4ad3f1ade492348f8212256cfb397e479e /source3/include
parente2f0b5dd2afa60a9ba2239f9ad7da8a2363baea6 (diff)
downloadsamba-cdd140fe2774c1e65cdf43091a746ad2ef0fd3e7.tar.gz
samba-cdd140fe2774c1e65cdf43091a746ad2ef0fd3e7.tar.bz2
samba-cdd140fe2774c1e65cdf43091a746ad2ef0fd3e7.zip
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 b0b66b2e7af133b199868b946fad70016e1cefbd)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_netlogon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h
index ca106e93ff..b2c542a906 100644
--- a/source3/include/rpc_netlogon.h
+++ b/source3/include/rpc_netlogon.h
@@ -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 */