1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +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:
Jeremy Allison 2013-10-23 15:07:31 -07:00 committed by David Disseldorp
parent a1bc1c32e3
commit dfd65f9397

View File

@ -32,7 +32,9 @@ 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
# 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):