[PR #70] [MERGED] ldap: Implement group listing, fix various bugs #521

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

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/70
Author: @nitnelave
Created: 10/23/2021
Status: Merged
Merged: 10/23/2021
Merged by: @nitnelave

Base: mainHead: authelia


📝 Commits (1)

  • ca220b5 ldap: Implement group listing, fix various bugs

📊 Changes

6 files changed (+236 additions, -68 deletions)

View changed files

📝 Cargo.lock (+1 -0)
📝 Dockerfile (+1 -0)
📝 lldap_config.docker_template.toml (+3 -2)
📝 server/Cargo.toml (+1 -0)
📝 server/src/infra/ldap_handler.rs (+226 -65)
📝 server/src/infra/ldap_server.rs (+4 -1)

📄 Description

Fixes #66


🔄 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/70 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 10/23/2021 **Status:** ✅ Merged **Merged:** 10/23/2021 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `authelia` --- ### 📝 Commits (1) - [`ca220b5`](https://github.com/lldap/lldap/commit/ca220b58151113d9a0f83da91b791b16363be120) ldap: Implement group listing, fix various bugs ### 📊 Changes **6 files changed** (+236 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+1 -0) 📝 `Dockerfile` (+1 -0) 📝 `lldap_config.docker_template.toml` (+3 -2) 📝 `server/Cargo.toml` (+1 -0) 📝 `server/src/infra/ldap_handler.rs` (+226 -65) 📝 `server/src/infra/ldap_server.rs` (+4 -1) </details> ### 📄 Description Fixes #66 --- <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:51 +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#521
No description provided.