diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-02-11 14:50:49 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-03-02 21:52:19 +0100 |
commit | 68f13f5d7e80f2041e140a12fc2f7139561c83ce (patch) | |
tree | ee357cbf868e5d3a00f524e7122a3a31b805a7d0 /python | |
parent | 2cfbfa6337675d13a9abc4c0426886beeff3134f (diff) | |
download | samba-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.py | 3 |
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 |