-
-
Notifications
You must be signed in to change notification settings - Fork 865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement extra LDAP user and group filters as requested in #471 #931
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tobiasge
reviewed
Jan 29, 2023
tobiasge
reviewed
Jan 29, 2023
tobiasge
requested changes
Jan 29, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address the comments.
tobiasge
approved these changes
Jan 30, 2023
timrabl
added a commit
to timrabl/netbox-docker
that referenced
this pull request
Jan 31, 2023
…netbox-community#931 and change behaviour to requested features in netbox-community#471
timrabl
added a commit
to timrabl/netbox-docker
that referenced
this pull request
Jan 31, 2023
…netbox-community#931 and change behaviour to requested features in netbox-community#471
timrabl
added a commit
to timrabl/netbox-docker
that referenced
this pull request
Feb 1, 2023
add missing AUTH_LDAP_USER_SEARCH, removed while modifying.... revert AUTH_LDAP_USER_SEARCH variable that was accidentally removed in netbox-community#931 and change behaviour to requested features in netbox-community#471
timrabl
added a commit
to timrabl/netbox-docker
that referenced
this pull request
Feb 1, 2023
add missing AUTH_LDAP_USER_SEARCH, removed while modifying.... revert AUTH_LDAP_USER_SEARCH variable that was accidentally removed in netbox-community#931 and change behaviour to requested features in netbox-community#471 remove duplicate AUTH_LDAP_USER_SEARCH variable now and fix this finally, hopefully
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issue:
#471 - Add extra LDAP user and group filters
New Behavior
Implements two new environment variables without losing existing functions. Since the existing default variables are kept as fall back.
Contrast to Current Behavior
Allows users to completely customize the user or group variables for LDAP authentication via environment variables. If not, the default variables are used to ensure backward compatibility.
Discussion: Benefits and Drawbacks
Previously, the complete customization of the search filters were not possible, which is probably an essential feature for a small part of users. Nevertheless a feature that quite a lot of applications offer and more or less a common standard for LDAP authentication. The implementation is backward compatible, so there should be no problem for all other users.
Changes to the Wiki
Proposed Release Note Entry
LDAP filters for the groups or user search can now alternatively be completely configured via environment variables. (AUTH_LDAP_USER_SEARCH_FILTER and AUTH_LDAP_GROUP_SEARCH_FILTER).
Double Check
develop
branch.