mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 12:05:58 +03:00
[PR #146] [CLOSED] WIP: Ldap authentication #558
Labels
No labels
2.1
3.0
3.0.1
3.0.2
3.0.3
3.0.3
3.1
3.2
3.2
3.3
3.5
3.x
Fixed. Waiting for feedback.
Fixed. Waiting for feedback.
UX
Version 2.1 - alpha
XSS
announcement
beta
blocker
bug
cannot reproduce
confirmed
confirmed
critical
demo
dependencies
deployment
detchnical debt
discussion
docker
documentation
donations
duplicate
enhancement
feature request
frontend
fundraising
good first issue
good issue
help wanted
high
implemented
important
improvement
incomplete
invalid
investigation
kubernetes
low
low impact
medium
medium
medium impact
migration from 2.0
migration from 2.1
missing-language
missing-ocr-language
no-activity
note
ocr
outofscope
packaging
performance
popular request
pull-request
pypi
question
raspberry pi
roadmap
search
security
setup
status
task
technical debt
updates
user xp
version 1.4.0 - demo
will be implemented
will not be implemented
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/papermerge#558
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/ciur/papermerge/pull/146
Author: @ibiBgOR
Created: 10/2/2020
Status: ❌ Closed
Base:
master← Head:ldap_authentication📝 Commits (10+)
06f26ab#94: Enabled login via LDAP275d8b3#94: Refactored auth to be a module with different providers9ba03f0#94: Externalized configuration for LDAPc4263ceReplaced single quotes with double quotes for the LDAP configuration section8956810Don't load LDAP authentication module if no requirements are installed870d777Fixed buildd736417Added column to users to determine the auth source11816fePrevent the modification of users which are imported76b4258unittest to double check that by default search is NOT case sensitivec3c1b88add celery[redis] in requirements/extra. Add additional comments in📊 Changes
27 files changed (+969 additions, -384 deletions)
View changed files
📝
config/settings/base.py(+59 -2)📝
config/settings/dev.py(+2 -0)📝
papermerge.conf.py.example(+32 -0)📝
papermerge/contrib/admin/context_processors.py(+29 -2)📝
papermerge/contrib/admin/forms.py(+15 -1)📝
papermerge/contrib/admin/templates/admin/_aside.html(+41 -31)📝
papermerge/contrib/admin/templates/admin/automates.html(+10 -7)📝
papermerge/contrib/admin/templates/admin/groups.html(+7 -4)📝
papermerge/contrib/admin/templates/admin/log_entries.html(+29 -25)📝
papermerge/contrib/admin/templates/admin/tags.html(+7 -5)📝
papermerge/contrib/admin/templates/admin/user.html(+11 -3)📝
papermerge/contrib/admin/templates/admin/user_change_password.html(+18 -0)📝
papermerge/contrib/admin/templates/admin/users.html(+52 -45)📝
papermerge/contrib/admin/views/automates.py(+6 -0)📝
papermerge/contrib/admin/views/groups.py(+6 -0)📝
papermerge/contrib/admin/views/logs.py(+6 -0)📝
papermerge/contrib/admin/views/tags.py(+6 -0)➕
papermerge/core/auth/LdapAuthBackend.py(+24 -0)📝
papermerge/core/auth/NodeAuthBackend.py(+3 -254)➕
papermerge/core/auth/__init__.py(+3 -0)...and 7 more files
📄 Description
I tried to implement a possibility to configure the login via LDAP.
The current state is:
Currently absolutely missing:
Nice to haves/missing for the future:
I'm sorry to not further discuss my changes on the referenced issue but if you have any feedback I'll try to look into them!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.