mirror of
https://github.com/samba-team/samba.git
synced 2025-12-13 16:23:50 +03:00
sd_utils: fix typo in get_sd_as_sddl docstring
Signed-off-by: Rob van der Linde <rob@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
01c6bc55c7
commit
5a4f4b3948
@@ -207,7 +207,7 @@ class SDUtils(object):
|
||||
return di, ii
|
||||
|
||||
def get_sd_as_sddl(self, object_dn, controls=None):
|
||||
"""Return object nTSecutiryDescriptor in SDDL format
|
||||
"""Return object nTSecurityDescriptor in SDDL format
|
||||
"""
|
||||
if controls is None:
|
||||
controls = []
|
||||
|
||||
Reference in New Issue
Block a user