summaryrefslogtreecommitdiff
path: root/source4/libcli/security/sddl.c
diff options
context:
space:
mode:
authorNadezhda Ivanova <nadezhda.ivanova@postpath.com>2009-11-17 17:10:23 +0200
committerNadezhda Ivanova <nadezhda.ivanova@postpath.com>2009-11-17 17:10:23 +0200
commita97460d657c50724e262a9c18b79fec56b275154 (patch)
tree1c5de1b19b7d3726732d9fb08d3912da72016cd5 /source4/libcli/security/sddl.c
parentb1ed9a8963844bbc80210cf108d491a47b5029a7 (diff)
downloadsamba-a97460d657c50724e262a9c18b79fec56b275154.tar.gz
samba-a97460d657c50724e262a9c18b79fec56b275154.tar.bz2
samba-a97460d657c50724e262a9c18b79fec56b275154.zip
Fixed incorrect SID for RAS Servers.
Diffstat (limited to 'source4/libcli/security/sddl.c')
-rw-r--r--source4/libcli/security/sddl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/security/sddl.c b/source4/libcli/security/sddl.c
index 39bdf047ac..7f4a6fdcd7 100644
--- a/source4/libcli/security/sddl.c
+++ b/source4/libcli/security/sddl.c
@@ -69,7 +69,6 @@ static const struct {
{ "BA", SID_BUILTIN_ADMINISTRATORS },
{ "RU", SID_BUILTIN_PREW2K },
{ "PO", SID_BUILTIN_PRINT_OPERATORS },
- { "RS", SID_BUILTIN_RAS_SERVERS },
{ "AU", SID_NT_AUTHENTICATED_USERS },
{ "SY", SID_NT_SYSTEM },
@@ -108,6 +107,7 @@ static const struct {
{ "LG", NULL, DOMAIN_RID_GUEST },
{ "PA", NULL, DOMAIN_RID_POLICY_ADMINS },
{ "SA", NULL, DOMAIN_RID_SCHEMA_ADMINS },
+ { "RS", NULL, DOMAIN_RID_RAS_SERVERS },
};
/*