mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 00:05:50 +03:00
[PR #417] [CLOSED] Support LDAP compare #727
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#727
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/417
Author: @lucat1
Created: 1/12/2023
Status: ❌ Closed
Base:
main← Head:compare📝 Commits (7)
0f7f826tests for dn filter in users and groups24c149amove tests to the ldap_handler level7d67ce7initial sketch of the implementation9b13094implemented ldap comparef1781b1add tests for ldap comparebb4de05add tests (one failing)cc36754address some PR comments📊 Changes
3 files changed (+264 additions, -26 deletions)
View changed files
📝
Cargo.lock(+31 -2)📝
Cargo.toml(+2 -2)📝
server/src/infra/ldap_handler.rs(+231 -22)📄 Description
Added support for the ldap compare command. This is a requirement for all services based on django.
You can try the functionality on the default configuration with the following commands:
Also comparing other fields besides the uid has been tested and appears to be working.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.