mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
a93fc02af6
Updating a CIDict with data like {'A': 1, 'a': 2} would lead to data loss since only one of the items would get to the CIDict. This can result in non-obvious bugs similar to this one in python-ldap: https://bugzilla.redhat.com/show_bug.cgi?id=1007820 Raise an error in this case; any resolution must be done by the caller. |
||
---|---|---|
.. | ||
__init__.py | ||
test_cookie.py | ||
test_dn.py | ||
test_ipautil.py | ||
test_ipavalidate.py | ||
test_keyring.py | ||
test_ssh.py |