mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
LDAP Updater may crash IPA installer
Fix a logging error in ipa-ldap-updater which may cause IPA installer to crash. https://fedorahosted.org/freeipa/ticket/1199
This commit is contained in:
parent
c6763d0a58
commit
ea5efc5dfa
@ -467,7 +467,7 @@ class LDAPUpdate:
|
||||
# with single-value attributes.
|
||||
if len(e) == 0:
|
||||
e.append(v)
|
||||
logging.debug('addifnew: set %s to %s', (k, e))
|
||||
logging.debug('addifnew: set %s to %s', k, e)
|
||||
entry.setValues(k, e)
|
||||
elif utype == 'only':
|
||||
logging.debug("only: set %s to '%s', current value %s", k, v, e)
|
||||
|
Loading…
Reference in New Issue
Block a user