[PR #76] [MERGED] ldap: Add support for createTimestamp and modifyTimestamp #529

Closed
opened 2026-02-27 08:17:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/76
Author: @nitnelave
Created: 11/6/2021
Status: Merged
Merged: 11/8/2021
Merged by: @nitnelave

Base: mainHead: keycloak


📝 Commits (8)

  • 34c22d0 ldap: Add support for createTimestamp and modifyTimestamp
  • 9bfec95 server: Add a debug log for LDAP messages
  • 9a8a61f ldap: Make attribute matching case insensitive
  • e0b1cd8 ldap: Improve support for group filters
  • 81b31ce fixup: group filters
  • a6f8ba4 ldap: Fix response when both users and groups are returned
  • 08d0a1d ldap: Improve debug messages
  • c14220b README: Add keycloak config guide

📊 Changes

4 files changed (+289 additions, -51 deletions)

View changed files

📝 README.md (+6 -5)
example_configs/keycloak.md (+64 -0)
📝 server/src/infra/ldap_handler.rs (+205 -34)
📝 server/src/infra/ldap_server.rs (+14 -12)

📄 Description

This should help with KeyCloak support.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/76 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 11/6/2021 **Status:** ✅ Merged **Merged:** 11/8/2021 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `keycloak` --- ### 📝 Commits (8) - [`34c22d0`](https://github.com/lldap/lldap/commit/34c22d031dd8300b656369820cc001c89d311290) ldap: Add support for createTimestamp and modifyTimestamp - [`9bfec95`](https://github.com/lldap/lldap/commit/9bfec9589d4acbf2d8d60cf8d7475a0b0d16c862) server: Add a debug log for LDAP messages - [`9a8a61f`](https://github.com/lldap/lldap/commit/9a8a61fc88f3ad24d4299695362cf8994549bb0a) ldap: Make attribute matching case insensitive - [`e0b1cd8`](https://github.com/lldap/lldap/commit/e0b1cd8781ed57b1d1370ab17def39238456ddd1) ldap: Improve support for group filters - [`81b31ce`](https://github.com/lldap/lldap/commit/81b31cef2864a151ce81cff879d09ee0f07b778e) fixup: group filters - [`a6f8ba4`](https://github.com/lldap/lldap/commit/a6f8ba45b662ba5906435a4a7cd8abab23369a5f) ldap: Fix response when both users and groups are returned - [`08d0a1d`](https://github.com/lldap/lldap/commit/08d0a1dc5b6377815fe716f5374cf4db78913219) ldap: Improve debug messages - [`c14220b`](https://github.com/lldap/lldap/commit/c14220b28dac599aa739b5596ae490a122350a88) README: Add keycloak config guide ### 📊 Changes **4 files changed** (+289 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -5) ➕ `example_configs/keycloak.md` (+64 -0) 📝 `server/src/infra/ldap_handler.rs` (+205 -34) 📝 `server/src/infra/ldap_server.rs` (+14 -12) </details> ### 📄 Description This should help with KeyCloak support. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:17:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#529
No description provided.