dbcheck: make sure we always ask for the objectGUID attribute explicitly
authorStefan Metzmacher <metze@samba.org>
Tue, 30 Jan 2018 11:19:31 +0000 (12:19 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 5 Feb 2018 12:49:13 +0000 (13:49 +0100)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13228

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
python/samba/dbchecker.py

index d4c653aab6d6859a21d490a8904d17dd361d3435..5ae57e29b8d52c359be3ea21090a4a61b1c0acbc 100644 (file)
@@ -1813,8 +1813,7 @@ newSuperior: %s""" % (str(from_dn), str(to_rdn), str(to_base)))
             attrs.append("systemFlags")
         if '*' in attrs:
             attrs.append("replPropertyMetaData")
-        else:
-            attrs.append("objectGUID")
+        attrs.append("objectGUID")
 
         try:
             sd_flags = 0