We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45d586 commit 3726f72Copy full SHA for 3726f72
syncer.py
@@ -34,7 +34,7 @@ def main():
34
time.sleep(interval)
35
36
def sync():
37
- ldap_connector = ldap.initialize(f"ldaps://{config['LDAP_HOST']}")
+ ldap_connector = ldap.initialize(f"{config['LDAP_HOST']}")
38
ldap_connector.set_option(ldap.OPT_REFERRALS, 0)
39
ldap_connector.simple_bind_s(config['LDAP_BIND_DN'], config['LDAP_BIND_DN_PASSWORD'])
40
0 commit comments