[PR #159] [MERGED] Implement LDAPS support #579

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

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/159
Author: @nitnelave
Created: 5/5/2022
Status: Merged
Merged: 5/5/2022
Merged by: @nitnelave

Base: mainHead: ldaps


📝 Commits (2)

  • 62ff552 server: update clap and add LDAPS options
  • 42884d3 server: Implement LDAPS support

📊 Changes

8 files changed (+232 additions, -86 deletions)

View changed files

📝 .dockerignore (+2 -0)
📝 .gitignore (+2 -0)
📝 Cargo.lock (+38 -22)
📝 lldap_config.docker_template.toml (+16 -3)
📝 server/Cargo.toml (+3 -1)
📝 server/src/infra/cli.rs (+32 -13)
📝 server/src/infra/configuration.rs (+40 -7)
📝 server/src/infra/ldap_server.rs (+99 -40)

📄 Description

Fixes #65


🔄 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/159 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 5/5/2022 **Status:** ✅ Merged **Merged:** 5/5/2022 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `ldaps` --- ### 📝 Commits (2) - [`62ff552`](https://github.com/lldap/lldap/commit/62ff5523c2b1be6e26028d63289e369b4951786d) server: update clap and add LDAPS options - [`42884d3`](https://github.com/lldap/lldap/commit/42884d3159192ee0f62b15deff017ebddab767cb) server: Implement LDAPS support ### 📊 Changes **8 files changed** (+232 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+2 -0) 📝 `.gitignore` (+2 -0) 📝 `Cargo.lock` (+38 -22) 📝 `lldap_config.docker_template.toml` (+16 -3) 📝 `server/Cargo.toml` (+3 -1) 📝 `server/src/infra/cli.rs` (+32 -13) 📝 `server/src/infra/configuration.rs` (+40 -7) 📝 `server/src/infra/ldap_server.rs` (+99 -40) </details> ### 📄 Description Fixes #65 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:18:04 +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#579
No description provided.