From 68f13f5d7e80f2041e140a12fc2f7139561c83ce Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 11 Feb 2013 14:50:49 +1100 Subject: samba-tool dbcheck: fix comment on err_wrong_sd Reviewed-by: Stefan Metzmacher --- python/samba/dbchecker.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python') 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 -- cgit