diff options
| author | Tomas Krizek <tkrizek@redhat.com> | 2016-10-06 08:45:43 +0200 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-11-07 11:34:03 +0100 |
| commit | 60e38ecc7ff6b983f4f3af0a66c08eb3a3fda22d (patch) | |
| tree | 98b938d57645632d7bd0a66c1a2e31fc11d29c25 /install/tools/ipactl | |
| parent | de58a5c60596de8b45c8016c3318bac78305477a (diff) | |
| download | freeipa-60e38ecc7ff6b983f4f3af0a66c08eb3a3fda22d.tar.gz freeipa-60e38ecc7ff6b983f4f3af0a66c08eb3a3fda22d.tar.xz freeipa-60e38ecc7ff6b983f4f3af0a66c08eb3a3fda22d.zip | |
ipaldap: merge external_bind into LDAPClient
* Rename do_external_bind to external_bind
* Remove user_name argument in external_bind() and always set it
to effective user name
https://fedorahosted.org/freeipa/ticket/6461
Reviewed-By: Martin Basti <mbasti@redhat.com>
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'install/tools/ipactl')
| -rwxr-xr-x | install/tools/ipactl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipactl b/install/tools/ipactl index 42bd73e74..354209310 100755 --- a/install/tools/ipactl +++ b/install/tools/ipactl @@ -166,7 +166,7 @@ def get_config(dirsrv): (host, port) = lurl.hostport.split(':') wait_for_open_ports(host, [int(port)], timeout=api.env.startup_timeout) con = IPAdmin(ldap_uri=api.env.ldap_uri) - con.do_external_bind() + con.external_bind() res = con.get_entries( base, filter=srcfilter, |
