mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[PR #1204] [MERGED] ldap: Add missing subschema entries #1178
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#1178
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/1204
Author: @T0byV
Created: 7/8/2025
Status: ✅ Merged
Merged: 8/14/2025
Merged by: @nitnelave
Base:
main← Head:fix-add-missing-subschema-entries📝 Commits (1)
645f4e6ldap: Add missing subschema entries📊 Changes
2 files changed (+113 additions, -32 deletions)
View changed files
📝
crates/ldap/src/core/utils.rs(+13 -3)📝
crates/ldap/src/search.rs(+100 -29)📄 Description
Fixes #1203.
This PR implements all attributes used in a regular LLDAP search response:
I walked through a response and comprised the following list of missing
attributeTypesdefinitions and theirldapSyntaxesandmatchingRules. Please check if I didn't miss anyWe might technically not need the
matchingRules, however I thought it might be good to be as complete as possible.I also (maybe as a temporary solution) changed the start number of custom LLDAP attributes from 2.x to 10.x, as we're currently not using that range at all and we are now using the 2.x range with the RFC attribute defintions.
The list:
Note that these entries were derived from OpenLDAP's implementation.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.