|
|
self.ldap_handle = ldap.initialize(uri=ldap_url, trace_level=ldap_config.TRACE_LEVEL.get())
|
|
self.ldap_handle = ldap.initialize(uri=ldap_url, trace_level=ldap_config.TRACE_LEVEL.get())
|
|
|
self.ldap_handle.simple_bind_s(bind_user, bind_password)
|
|
self.ldap_handle.simple_bind_s(bind_user, bind_password)
|