From: Stefan Metzmacher Date: Tue, 30 Jan 2018 11:19:31 +0000 (+0100) Subject: dbcheck: make sure we always ask for the objectGUID attribute explicitly X-Git-Tag: tevent-0.9.36~230 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=20598033866ca3d0fdad1edf3cb39e4614eae112;p=thirdparty%2Fsamba.git dbcheck: make sure we always ask for the objectGUID attribute explicitly BUG: https://bugzilla.samba.org/show_bug.cgi?id=13228 Signed-off-by: Stefan Metzmacher Reviewed-by: Ralph Boehme --- diff --git a/python/samba/dbchecker.py b/python/samba/dbchecker.py index d4c653aab6d..5ae57e29b8d 100644 --- a/python/samba/dbchecker.py +++ b/python/samba/dbchecker.py @@ -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