summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/dsacl.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/netcmd/dsacl.py')
-rw-r--r--python/samba/netcmd/dsacl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/netcmd/dsacl.py b/python/samba/netcmd/dsacl.py
index 4ca15cdc99d..f5ee9141799 100644
--- a/python/samba/netcmd/dsacl.py
+++ b/python/samba/netcmd/dsacl.py
@@ -115,7 +115,7 @@ class cmd_dsacl_set(Command):
"""Add new ace explicitly."""
desc = self.read_descriptor(samdb, object_dn)
desc_sddl = desc.as_sddl(self.get_domain_sid(samdb))
- #TODO add bindings for descriptor manipulation and get rid of this
+ # TODO add bindings for descriptor manipulation and get rid of this
desc_aces = re.findall("\(.*?\)", desc_sddl)
for ace in desc_aces:
if ("ID" in ace):