Anmeldung per LDAP #35
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature-ldap"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
closes #25
@ -37,0 +51,4 @@
ldap_user = f"cn={username},{root_dn}"
app.logger.debug(f"server: {server}")
connection = Connection(server, user=ldap_user, password=password)
Sollten wir das nicht über ein bind machen? Was sagt die AG Admin dazu?