Anmeldung per LDAP #35

Merged
weeman merged 3 commits from feature-ldap into main 2021-07-26 19:44:20 +02:00
Owner

closes #25

closes #25
weeman added 1 commit 2021-07-11 12:17:15 +02:00
add ldap auth
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
bbf8719fc9
weeman requested review from frlan 2021-07-11 12:17:19 +02:00
weeman requested review from scammo 2021-07-11 12:17:19 +02:00
weeman added 1 commit 2021-07-11 12:19:48 +02:00
fix ldap3 version
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
5bd6c827d8
weeman added 1 commit 2021-07-12 18:38:02 +02:00
fix tests
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
a1502fea9c
frlan reviewed 2021-07-26 18:23:26 +02:00
@ -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)
Owner

Sollten wir das nicht über ein bind machen? Was sagt die AG Admin dazu?

Sollten wir das nicht über ein bind machen? Was sagt die AG Admin dazu?
weeman merged commit 730878847b into main 2021-07-26 19:44:20 +02:00
weeman deleted branch feature-ldap 2021-07-26 19:44:24 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kompetenzinventar/ki-backend#35
No description provided.