s3:lib change default share security access mask
authorChristian Ambach <ambi@samba.org>
Tue, 26 Jul 2011 11:43:14 +0000 (13:43 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 11 Oct 2011 13:21:01 +0000 (15:21 +0200)
commit6b5d2e4bb409a870065cd36cb22f1024c495d5e5
tree56329d6881b60f16b252e6a564fc3711d9e2473e
parentda91ea3a65a7a50aa1f9041c285be274140ab183
s3:lib change default share security access mask

when there is no share SD set, the default share SD that
is used e.g. for the output of sharesec -v defaults to a
value that is not equivalent to the desired FULL access.

This is a more or less a cosmetical follow-up for the patches
in Bug #8201 that makes them more consumeable by printing
FULL (that is what the user expects) instead of a bitmask
in hexadecimal form.

previous output:
REVISION:1
OWNER:(NULL SID)
GROUP:(NULL SID)
ACL:S-1-1-0:ALLOWED/0/0x101f01ff

with patch:
REVISION:1
OWNER:(NULL SID)
GROUP:(NULL SID)
ACL:S-1-1-0:ALLOWED/0/FULL

Autobuild-User: Christian Ambach <ambi@samba.org>
Autobuild-Date: Tue Jul 26 15:57:55 CEST 2011 on sn-devel-104
source3/lib/sharesec.c