mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[PR #600] [MERGED] Switch to django-auth-ldap for LDAP authentication #636
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#636
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?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtcloud/pull/600
Author: @krejcar25
Created: 9/11/2023
Status: ✅ Merged
Merged: 9/13/2023
Merged by: @catborise
Base:
master← Head:master📝 Commits (3)
01a4225Add django-auth-ldap dependency74ee2c0Remove old LDAP backend files561fedfAdd new template config and README blocks📊 Changes
5 files changed (+70 additions, -213 deletions)
View changed files
📝
README.md(+46 -28)📝
conf/requirements.txt(+1 -0)➖
webvirtcloud/.dec_ldap_pwd.sh(+0 -18)➖
webvirtcloud/ldapbackend.py(+0 -142)📝
webvirtcloud/settings.py.template(+23 -25)📄 Description
This PR removes the locally maintained LDAP auth backend and replaces it with the widely-used django-auth-ldap library.
All template config was maintained and ported to be useable with this library, moreover a separate AD and OpenLDAP version was provided.
These changes were tested with both AD and OpenLDAP.
This PR would also close old #243.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.