Skip to content

[Improvement](LDAP Auth)Enhance LDAP authentication with a configurable group filter - #42038

Merged
morningman merged 2 commits into
apache:masterfrom
nsivarajan:ldap-group-filter
Nov 5, 2024
Merged

[Improvement](LDAP Auth)Enhance LDAP authentication with a configurable group filter#42038
morningman merged 2 commits into
apache:masterfrom
nsivarajan:ldap-group-filter

Conversation

@nsivarajan

Copy link
Copy Markdown
Contributor

Proposed changes

This PR enhances LDAP authentication by adding an optional configurable filter for retrieving user groups, primarily to support Open Directory LDAP implementations. If the configurable property is left empty, the existing workflow will remain unchanged.

@doris-robot

Copy link
Copy Markdown

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@nsivarajan

Copy link
Copy Markdown
ContributorAuthor

run buildall

@nsivarajan

Copy link
Copy Markdown
ContributorAuthor

run buildall

@zddrzddr left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions

Copy link
Copy Markdown
Contributor

PR approved by anyone and no changes requested.

@morningmanmorningman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actionsgithub-actionsBot added the approved Indicates a PR has been approved by one committer. label Oct 20, 2024
@github-actions

Copy link
Copy Markdown
Contributor

PR approved by at least one committer and no changes requested.

@nsivarajan

Copy link
Copy Markdown
ContributorAuthor

@morningman@zddr Please could you assist in merging this PR

@morningman
morningman merged commit e567ee0 into apache:masterNov 5, 2024
@morningmanmorningman self-assigned this Nov 5, 2024
github-actionsBot pushed a commit that referenced this pull request Nov 5, 2024
…le group filter (#42038)
## Proposed changes
<!--Describe your changes.-->
This PR enhances LDAP authentication by adding an optional configurable
filter for retrieving user groups, primarily to support Open Directory
LDAP implementations. If the configurable property is left empty, the
existing workflow will remain unchanged.
---------
Co-authored-by: Sivarajan Narayanan <narayanan_sivarajan@apple.com>
github-actionsBot pushed a commit that referenced this pull request Nov 5, 2024
…le group filter (#42038)
## Proposed changes
<!--Describe your changes.-->
This PR enhances LDAP authentication by adding an optional configurable
filter for retrieving user groups, primarily to support Open Directory
LDAP implementations. If the configurable property is left empty, the
existing workflow will remain unchanged.
---------
Co-authored-by: Sivarajan Narayanan <narayanan_sivarajan@apple.com>
dataroaring pushed a commit that referenced this pull request Nov 7, 2024
…a configurable group filter (#43292)
Cherry-picked from #42038
Co-authored-by: nsivarajan <117266407+nsivarajan@users.noreply.github.com>
Co-authored-by: Sivarajan Narayanan <narayanan_sivarajan@apple.com>
yiguolei pushed a commit that referenced this pull request Nov 10, 2024
…a configurable group filter (#43293)
Cherry-picked from #42038
Co-authored-by: nsivarajan <117266407+nsivarajan@users.noreply.github.com>
Co-authored-by: Sivarajan Narayanan <narayanan_sivarajan@apple.com>
morrySnow pushed a commit that referenced this pull request Aug 28, 2025
### What problem does this PR solve?
Related PR: #42038
Problem Summary: Ldap group filter for OpenDirectory implementation is
not functional, as it fetches everything. This fix filters on "dn"
attribute to fetch group.
github-actionsBot pushed a commit that referenced this pull request Aug 28, 2025
### What problem does this PR solve?
Related PR: #42038
Problem Summary: Ldap group filter for OpenDirectory implementation is
not functional, as it fetches everything. This fix filters on "dn"
attribute to fetch group.
github-actionsBot pushed a commit that referenced this pull request Aug 28, 2025
### What problem does this PR solve?
Related PR: #42038
Problem Summary: Ldap group filter for OpenDirectory implementation is
not functional, as it fetches everything. This fix filters on "dn"
attribute to fetch group.
github-actionsBot pushed a commit that referenced this pull request Aug 28, 2025
### What problem does this PR solve?
Related PR: #42038
Problem Summary: Ldap group filter for OpenDirectory implementation is
not functional, as it fetches everything. This fix filters on "dn"
attribute to fetch group.
HappenLee pushed a commit to HappenLee/incubator-doris that referenced this pull request Apr 24, 2026
…le group filter (apache#42038)
## Proposed changes
<!--Describe your changes.-->
This PR enhances LDAP authentication by adding an optional configurable
filter for retrieving user groups, primarily to support Open Directory
LDAP implementations. If the configurable property is left empty, the
existing workflow will remain unchanged.
---------
Co-authored-by: Sivarajan Narayanan <narayanan_sivarajan@apple.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approvedIndicates a PR has been approved by one committer.dev/2.1.8-mergeddev/3.0.3-mergedreviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@nsivarajan@doris-robot@morningman@zddr@yiguolei@dataroaring