samba-tool dbcheck: fix comment on err_wrong_sd
authorAndrew Bartlett <abartlet@samba.org>
Mon, 11 Feb 2013 03:50:49 +0000 (14:50 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 2 Mar 2013 20:52:19 +0000 (21:52 +0100)
Reviewed-by: Stefan Metzmacher <metze@samba.org>
python/samba/dbchecker.py

index 06fd82752f756c03955f726f66414bc92db1f15f..297a065d97b56bb88a89a4c343d510f44fdf4915 100644 (file)
@@ -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