summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/security.h
diff options
context:
space:
mode:
authorAndrew Kroeger <andrew@id10ts.net>2009-05-28 20:02:42 -0500
committerAndrew Bartlett <abartlet@samba.org>2009-05-29 12:37:25 +1000
commitc9b6e9fd038e1fe42c30d27939893c12ecee5776 (patch)
tree4e3bba7e37884c75b174afd0b04d47218e261e96 /librpc/gen_ndr/security.h
parentd409a12ccd20abd45f8c0f399e55094f5ff9d0a7 (diff)
downloadsamba-c9b6e9fd038e1fe42c30d27939893c12ecee5776.tar.gz
samba-c9b6e9fd038e1fe42c30d27939893c12ecee5776.tar.bz2
samba-c9b6e9fd038e1fe42c30d27939893c12ecee5776.zip
s4: Add additional well-known SID's/RID's.
Information was found at http://support.microsoft.com/kb/243330 Not all well-known identifiers were included - only those necessary for enhancing the 2-letter mappings used in SDDL strings were added.
Diffstat (limited to 'librpc/gen_ndr/security.h')
-rw-r--r--librpc/gen_ndr/security.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/librpc/gen_ndr/security.h b/librpc/gen_ndr/security.h
index 9db2108f82..d1dcbe552a 100644
--- a/librpc/gen_ndr/security.h
+++ b/librpc/gen_ndr/security.h
@@ -121,17 +121,21 @@
#define SID_BUILTIN_REPLICATOR ( "S-1-5-32-552" )
#define SID_BUILTIN_RAS_SERVERS ( "S-1-5-32-553" )
#define SID_BUILTIN_PREW2K ( "S-1-5-32-554" )
+#define SID_BUILTIN_REMOTE_DESKTOP_USERS ( "S-1-5-32-555" )
+#define SID_BUILTIN_NETWORK_CONF_OPERATORS ( "S-1-5-32-556" )
#define DOMAIN_RID_LOGON ( 9 )
#define DOMAIN_RID_ADMINISTRATOR ( 500 )
#define DOMAIN_RID_GUEST ( 501 )
#define DOMAIN_RID_KRBTGT ( 502 )
#define DOMAIN_RID_ADMINS ( 512 )
#define DOMAIN_RID_USERS ( 513 )
+#define DOMAIN_RID_GUESTS ( 514 )
#define DOMAIN_RID_DOMAIN_MEMBERS ( 515 )
#define DOMAIN_RID_DCS ( 516 )
#define DOMAIN_RID_CERT_ADMINS ( 517 )
#define DOMAIN_RID_SCHEMA_ADMINS ( 518 )
#define DOMAIN_RID_ENTERPRISE_ADMINS ( 519 )
+#define DOMAIN_RID_POLICY_ADMINS ( 520 )
#define NT4_ACL_REVISION ( SECURITY_ACL_REVISION_NT4 )
#define SD_REVISION ( SECURITY_DESCRIPTOR_REVISION_1 )
struct dom_sid {