mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Temporarily work around SSL connection issue causing installation to fail.
Not sure if this is an openldap-client, pem-nss or python-ldap problem yet but the installation is failing.
This commit is contained in:
parent
38c2656829
commit
aea1bc7959
@ -284,7 +284,8 @@ class Service:
|
||||
# If we are passed a password we'll use it as the DM password
|
||||
# otherwise we'll do a GSSAPI bind.
|
||||
try:
|
||||
conn = ipaldap.IPAdmin(fqdn, port=636, cacert=CACERT)
|
||||
# conn = ipaldap.IPAdmin(fqdn, port=636, cacert=CACERT)
|
||||
conn = ipaldap.IPAdmin(fqdn, port=389)
|
||||
if dm_password:
|
||||
conn.do_simple_bind(bindpw=dm_password)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user