[PR #377] [MERGED] server: make host configurable to enable IPv6 support #705

Closed
opened 2026-02-27 09:09:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/377
Author: @wheinze
Created: 11/24/2022
Status: Merged
Merged: 11/24/2022
Merged by: @nitnelave

Base: mainHead: support-ipv6


📝 Commits (6)

  • 3077890 feat: make host configurable to enable IPv6 support
  • dbd8654 style: cargo fmt
  • 3deb370 refactor: distinguish host between ldap and api listeners
  • f4adfe5 refactor: align http vars
  • 67ec18b Merge branch 'main' into support-ipv6
  • 578d5e1 docs: add more details about host config vars

📊 Changes

5 files changed (+59 additions, -27 deletions)

View changed files

📝 lldap_config.docker_template.toml (+12 -0)
📝 server/src/infra/cli.rs (+8 -0)
📝 server/src/infra/configuration.rs (+4 -0)
📝 server/src/infra/ldap_server.rs (+7 -3)
📝 server/src/infra/tcp_server.rs (+28 -24)

📄 Description

Introduce a new configuration variable called host to enable IPv6 support.

If by any means, the naming of the variable should be adjusted, or a bool is preferred to toggle this behavior, I am for sure willing to adjust this ;)

Resolves #359


🔄 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/377 **Author:** [@wheinze](https://github.com/wheinze) **Created:** 11/24/2022 **Status:** ✅ Merged **Merged:** 11/24/2022 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `support-ipv6` --- ### 📝 Commits (6) - [`3077890`](https://github.com/lldap/lldap/commit/3077890c2266f196ec15a92b254a98187b8d02b6) feat: make `host` configurable to enable IPv6 support - [`dbd8654`](https://github.com/lldap/lldap/commit/dbd8654a7a9e69d34e1be48551ba61b45a25fc10) style: cargo fmt - [`3deb370`](https://github.com/lldap/lldap/commit/3deb3705bf97e7cd5c70a9ac705d4bc46701d7e6) refactor: distinguish `host` between ldap and api listeners - [`f4adfe5`](https://github.com/lldap/lldap/commit/f4adfe5e97c5cd944da48506d99b941e3c8a771e) refactor: align http vars - [`67ec18b`](https://github.com/lldap/lldap/commit/67ec18bafc8a49b6734156f8b5f4d22f8ae928ca) Merge branch 'main' into support-ipv6 - [`578d5e1`](https://github.com/lldap/lldap/commit/578d5e1fdb5c407f33c2d46f04519f20dd74c22d) docs: add more details about host config vars ### 📊 Changes **5 files changed** (+59 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `lldap_config.docker_template.toml` (+12 -0) 📝 `server/src/infra/cli.rs` (+8 -0) 📝 `server/src/infra/configuration.rs` (+4 -0) 📝 `server/src/infra/ldap_server.rs` (+7 -3) 📝 `server/src/infra/tcp_server.rs` (+28 -24) </details> ### 📄 Description Introduce a new configuration variable called `host` to enable IPv6 support. If by any means, the naming of the variable should be adjusted, or a bool is preferred to toggle this behavior, I am for sure willing to adjust this ;) Resolves #359 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:09:26 +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#705
No description provided.