Anmeldung per LDAP #35
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kompetenzinventar/ki-backend#35
Loading…
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?