summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2018-01-30 12:19:31 +0100
committerKarolin Seeger <kseeger@samba.org>2018-02-06 12:07:08 +0100
commit944c05ba4d592f9050cdddc7d56cb5f6632e8d1f (patch)
tree48a5e8fb0131da35a6cc8fb22032d2bfef51dab6 /python
parent1c524c18d10daf8b273189b58c51ed57290c51c7 (diff)
downloadsamba-944c05ba4d592f9050cdddc7d56cb5f6632e8d1f.tar.gz
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 <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> (cherry picked from commit 20598033866ca3d0fdad1edf3cb39e4614eae112)
Diffstat (limited to 'python')
-rw-r--r--python/samba/dbchecker.py3
1 files changed, 1 insertions, 2 deletions
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