mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
8a4ad65936
nsds5replicaUpdateInProgress is defined in LDAP schema as a boolean. Now that IPA API is able to properly map booleans to the python bool type, this attribute is not a string any more and comparisons can be done directly based on its real type. The code in ipa-replica-install was reading nsds5replicaUpdateInProgress and calling value.tolower() == 'true' but should now use value == True instead. Related: https://pagure.io/freeipa/issue/9171 Signed-off-by: Florence Blanc-Renaud <flo@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> |
||
---|---|---|
.. | ||
advise | ||
custodia | ||
dnssec | ||
install | ||
plugins | ||
secrets | ||
__init__.py | ||
dcerpc_common.py | ||
dcerpc.py | ||
dns_data_management.py | ||
Makefile.am | ||
masters.py | ||
p11helper.py | ||
rpcserver.py | ||
servroles.py | ||
setup.cfg | ||
setup.py | ||
topology.py | ||
wsgi.py |