Document User Login Filter for LDAP authentication providers#2116
Open
moio wants to merge 6 commits into
Open
Conversation
Co-authored-by: moio <250541+moio@users.noreply.github.com>
Document User Login Filter for LDAP authentication providers
pmatseykanets
previously approved these changes
Feb 19, 2026
LucasSaintarbor
requested changes
Feb 20, 2026
Contributor
LucasSaintarbor
left a comment
There was a problem hiding this comment.
@moio Thanks for the PR! Requesting a small change.
Co-authored-by: Lucas Saintarbor <lucas.saintarbor@suse.com>
This file contains hidden or 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
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.
This was made with the help of Copilot, context is: moio#5 as part of experiments for my HackWeek project trying out Copilot agents.
Fixes #1682
Description
Documents the new
User Login Filterconfiguration option introduced in v2.11.0 for LDAP authentication providers (Active Directory, OpenLDAP, FreeIPA). This optional LDAP filter expression restricts which users can log in to Rancher based on user attributes.Active Directory (
configure-active-directory.md):Login Filterto User Schema table with example filter syntaxOpenLDAP (
openldap-config-reference.md):Search FilterandLogin Filterto User Schema tableSearch Filterto Group Schema table (previously undocumented per issue comments)FreeIPA (
configure-freeipa.md):User Login Filternote sectionApplied to:
docs/,version-2.11,version-2.12,version-2.13Comments
Related upstream issue: rancher/rancher#48071
The existing
User Search FilterandGroup Search Filterwere also undocumented for OpenLDAP (noted in issue comments) — added those as well.