diff options
author | Günther Deschner <gd@samba.org> | 2006-04-25 20:14:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:16:30 -0500 |
commit | 7588769316ecf84c99f94e2f7a5db09b7c12fd7a (patch) | |
tree | 5ec3613a9b239d8c5d4c4320e94f7f9f0682bef3 /source3/lib | |
parent | b86c19795aadd45527694e6002cdd806e928cf38 (diff) | |
download | samba-7588769316ecf84c99f94e2f7a5db09b7c12fd7a.tar.gz samba-7588769316ecf84c99f94e2f7a5db09b7c12fd7a.tar.bz2 samba-7588769316ecf84c99f94e2f7a5db09b7c12fd7a.zip |
r15251: Adding PreWin2kAccess builtin sid.
Guenther
(This used to be commit 4330d1b74cba14501c2864105b2fae53ccf9475f)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/util_sid.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/util_sid.c b/source3/lib/util_sid.c index 3be52dd9f7..0710337637 100644 --- a/source3/lib/util_sid.c +++ b/source3/lib/util_sid.c @@ -74,6 +74,8 @@ const DOM_SID global_sid_Builtin_Backup_Operators = /* Builtin backup operators { 1, 2, {0,0,0,0,0,5}, {32,551,0,0,0,0,0,0,0,0,0,0,0,0,0}}; const DOM_SID global_sid_Builtin_Replicator = /* Builtin replicator */ { 1, 2, {0,0,0,0,0,5}, {32,552,0,0,0,0,0,0,0,0,0,0,0,0,0}}; +const DOM_SID global_sid_Builtin_PreWin2kAccess = /* Builtin pre win2k access */ +{ 1, 2, {0,0,0,0,0,5}, {32,554,0,0,0,0,0,0,0,0,0,0,0,0,0}}; const DOM_SID global_sid_Unix_Users = /* Unmapped Unix users */ { 1, 1, {0,0,0,0,0,22}, {1,0,0,0,0,0,0,0,0,0,0,0,0,0,0}}; |