mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
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>
This commit is contained in:
parent
e258b4fb28
commit
2059803386
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user