diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-08-24 10:58:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:30 -0500 |
commit | 38e2d25eda98df1b87355e4fdddb1127a6e42762 (patch) | |
tree | 9abae300c697bf30207b2e7fc2ffcb815d2e5213 | |
parent | d42e54648e25c910f097772d34d6a154597d7234 (diff) | |
download | samba-38e2d25eda98df1b87355e4fdddb1127a6e42762.tar.gz samba-38e2d25eda98df1b87355e4fdddb1127a6e42762.tar.bz2 samba-38e2d25eda98df1b87355e4fdddb1127a6e42762.zip |
r9573: fixed a comment
(This used to be commit d151a9459dcbfc88b0dc2ec9dd1cafa18ad5b8f8)
-rw-r--r-- | source4/libcli/security/security_descriptor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/security/security_descriptor.c b/source4/libcli/security/security_descriptor.c index c28960be80..91448e7c35 100644 --- a/source4/libcli/security/security_descriptor.c +++ b/source4/libcli/security/security_descriptor.c @@ -297,7 +297,7 @@ BOOL security_descriptor_mask_equal(const struct security_descriptor *sd1, sd = security_descriptor_create(mem_ctx, mysid, mygroup, - SID_AUTHENTICATED_USERS, + SID_NT_AUTHENTICATED_USERS, SEC_ACE_TYPE_ACCESS_ALLOWED, SEC_FILE_ALL, SEC_ACE_FLAG_OBJECT_INHERIT, |