mirror of
https://github.com/lldap/lldap.git
synced 2026-04-26 00:36:01 +03:00
[PR #416] [MERGED] Add dn filter support #725
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#725
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/lldap/lldap/pull/416
Author: @lucat1
Created: 1/12/2023
Status: ✅ Merged
Merged: 1/17/2023
Merged by: @nitnelave
Base:
main← Head:filter-dn📝 Commits (4)
aaa6b06Add dn filter support398b0d7tests for dn filter in users and groups3d2e831move tests to the ldap_handler level9b7c388move tests📊 Changes
3 files changed (+42 additions, -2 deletions)
View changed files
📝
server/src/domain/ldap/group.rs(+15 -1)📝
server/src/domain/ldap/user.rs(+17 -1)📝
server/src/infra/ldap_handler.rs(+10 -0)📄 Description
Adds support to filter results by the dn name of the resource.
You can try it on the default configuration with:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.