mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
s4-upgradeprovision: remove useless comment
This commit is contained in:
parent
bc7b8fa108
commit
c0eb403758
@ -1064,7 +1064,6 @@ def update_present(ref_samdb, samdb, basedn, listPresent, usns):
|
||||
modcontrols = []
|
||||
relaxedatt = ['iscriticalsystemobject', 'grouptype']
|
||||
# Let's try to reduce as much as possible the use of relax control
|
||||
#for checkedatt in relaxedatt:
|
||||
for attr in delta.keys():
|
||||
if attr.lower() in relaxedatt:
|
||||
modcontrols = ["relax:0", "provision:0"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user