freeipa/ipaclient
Tomas Krizek 5b81dbfda1 ipaldap: merge IPAdmin to LDAPClient
* move IPAdmin methods to LDAPClient
* add extra arguments (cacert, sasl_nocanon) to LDAPClient.__init__()
* add host, port, _protocol to LDAPClient (parsed from ldap_uri)
* create get_ldap_uri() method to create ldap_uri from former
    IPAdmin.__init__() arguments
* replace IPAdmin with LDAPClient + get_ldap_uri()
* remove ununsed function argument hostname from
    enable_replication_version_checking()

https://fedorahosted.org/freeipa/ticket/6461

Reviewed-By: Martin Basti <mbasti@redhat.com>
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2016-11-07 11:34:03 +01:00
..
plugins Pylint: fix the rest of unused local variables 2016-10-11 16:50:32 +02:00
remote_plugins schema cache: Store and check info for pre-schema servers 2016-09-06 16:25:23 +02:00
__init__.py Split ipa-client/ into ipaclient/ (Python library) and client/ (C, scripts) 2016-01-27 12:09:02 +01:00
frontend.py frontent: Add summary class property to CommandOverride 2016-08-17 14:16:04 +02:00
ipa_certupdate.py ipaldap: merge IPAdmin to LDAPClient 2016-11-07 11:34:03 +01:00
ipachangeconf.py Pylint: remove unused variables from installers and scripts 2016-10-06 10:43:36 +02:00
ipadiscovery.py ipaldap: merge IPAdmin to LDAPClient 2016-11-07 11:34:03 +01:00
ntpconf.py Split ipa-client/ into ipaclient/ (Python library) and client/ (C, scripts) 2016-01-27 12:09:02 +01:00
setup.cfg Port all setup.py to setuptools 2016-10-20 18:43:37 +02:00
setup.py Add __name__ == __main__ guards to setup.pys 2016-10-25 18:11:31 +02:00