summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-02-11 14:50:49 +1100
committerAndrew Bartlett <abartlet@samba.org>2013-03-02 21:52:19 +0100
commit68f13f5d7e80f2041e140a12fc2f7139561c83ce (patch)
treeee357cbf868e5d3a00f524e7122a3a31b805a7d0 /python
parent2cfbfa6337675d13a9abc4c0426886beeff3134f (diff)
downloadsamba-68f13f5d7e80f2041e140a12fc2f7139561c83ce.tar.gz
samba-68f13f5d7e80f2041e140a12fc2f7139561c83ce.tar.bz2
samba-68f13f5d7e80f2041e140a12fc2f7139561c83ce.zip
samba-tool dbcheck: fix comment on err_wrong_sd
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'python')
-rw-r--r--python/samba/dbchecker.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/samba/dbchecker.py b/python/samba/dbchecker.py
index 06fd82752f..297a065d97 100644
--- a/python/samba/dbchecker.py
+++ b/python/samba/dbchecker.py
@@ -692,8 +692,7 @@ newSuperior: %s""" % (str(from_dn), str(to_rdn), str(to_base)))
return (sd, None)
def err_wrong_sd(self, dn, sd, sd_broken):
- '''re-write replPropertyMetaData elements for a single attribute for a
- object. This is used to fix missing replPropertyMetaData elements'''
+ '''re-write the SD due to incorrect inherited ACEs'''
sd_attr = "nTSecurityDescriptor"
sd_val = ndr_pack(sd)
sd_flags = security.SECINFO_DACL | security.SECINFO_SACL