Daniel

Results 3 issues of Daniel

It would be cool if we could automatically generate passwords for new users or password changes.

Currently, the search base is hardcoded: `data = ldap_connection.search_s([...], filterstr='(&(objectClass=user)(sAMAccountName=' + user + '))')` This may be fine for Active Directory, but unusable on standard LDAP schemas like iNetOrgPerson, account,...

Right now, checking of the SSL certificate of the LDAP server is hardcoded disabled: ` ldap.set_option(ldap.OPT_X_TLS_REQUIRE_CERT, ldap.OPT_X_TLS_NEVER)` This barely adds much security at all, except for the connection itself being...