mirror of
https://github.com/samba-team/samba.git
synced 2025-02-22 05:57:43 +03:00
Fix comment showing how to print an ACL to allow debug.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
This commit is contained in:
parent
a1bc1c32e3
commit
dfd65f9397
@ -32,8 +32,10 @@ from samba.samba3 import param as s3param
|
||||
# for entry in posix_acl.acl:
|
||||
# print "a_type: %d" % entry.a_type
|
||||
# print "a_perm: %o" % entry.a_perm
|
||||
# print "uid: %d" % entry.uid
|
||||
# print "gid: %d" % entry.gid
|
||||
# if entry.a_type == smb_acl.SMB_ACL_USER:
|
||||
# print "uid: %d" % entry.uid
|
||||
# if entry.a_type == smb_acl.SMB_ACL_GROUP:
|
||||
# print "gid: %d" % entry.gid
|
||||
|
||||
class PosixAclMappingTests(TestCaseInTempDir):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user