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