Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use IPAdmin rather than raw python-ldap in migration.py and ipadiscovery.py | Petr Viktorin | 2013-03-13 | 1 | -23/+30 | |
| | | | | | | | | | | | | | These used ipautil.get_ipa_basedn. Convert that to use the new wrappers. Beef up the error handling in ipaldap to accomodate the errors we catch in the server discovery. Add a DatabaseTimeout exception to errors.py. These were the last uses of ipautil.convert_ldap_error, remove that. https://fedorahosted.org/freeipa/ticket/3487 https://fedorahosted.org/freeipa/ticket/3446 | |||||
* | Use IPAdmin rather than raw python-ldap in ipa-client-install | Petr Viktorin | 2013-03-13 | 1 | -1/+4 | |
| | | | | Part of the work for: https://fedorahosted.org/freeipa/ticket/3487 | |||||
* | Move ipaldap to ipapython | Petr Viktorin | 2013-03-13 | 1 | -0/+1815 | |
Part of the work for: https://fedorahosted.org/freeipa/ticket/3446 |