#4015 LDAPEntry.__repr__ is wrong for newly created entries
Closed: Fixed None Opened 10 years ago by pviktori.

This minor bug complicates debugging while developing with ipaldap.

>>> from ipapython.ipaldap import IPAdmin
>>> from ipapython.dn import DN
>>> IPAdmin().make_entry(DN(), {'a': ['b']})
LDAPEntry(ipapython.dn.DN(''), {u'a': None})
                                      ^^^^

Metadata Update from @pviktori:
- Issue assigned to jcholast
- Issue set to the milestone: FreeIPA 4.0 - 2013/11

7 years ago

Login to comment on this ticket.

Metadata