mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #243] Integrate LDAP #161
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#161
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @chjobaby on GitHub (Jun 19, 2019).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/243
Admin can support for LDAP?
@catborise commented on GitHub (Jun 19, 2019):
i did not use ldap for that app. But Django has native support for ldap backends. you could try to integrate.
an example: http://kacperdziubek.pl/python/django-ldap-open-directory-integration/
@chjobaby commented on GitHub (Jun 20, 2019):
Thanks @catborise