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-09 09:30:22 +0100
commit5f933b99bda3e266f96da3b73e70a9d6966e6ba7 (patch)
tree7e7f488b61b1693716141a2f84344076b7441fbd /python
parent54b7de0c0827b31476591105ac3150e983c86ae4 (diff)
downloadsamba-5f933b99bda3e266f96da3b73e70a9d6966e6ba7.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