We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4ae59 commit 5a3f370Copy full SHA for 5a3f370
1 file changed
selections/__init__.py
@@ -2,7 +2,6 @@
2
import os
3
from collections import defaultdict
4
5
-import ldap
6
import csh_ldap
7
from flask import Flask
8
from flask_migrate import Migrate
@@ -25,7 +24,6 @@
25
24
client_registration_info=app.config['OIDC_CLIENT_CONFIG'])
26
27
# Create a connection to CSH LDAP
28
-ldap.set_option(ldap.OPT_X_TLS_REQUIRE_CERT, ldap.OPT_X_TLS_ALLOW)
29
_ldap = csh_ldap.CSHLDAP(
30
app.config['LDAP_BIND_DN'], app.config['LDAP_BIND_PASS'])
31
0 commit comments