mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #377] [MERGED] server: make host configurable to enable IPv6 support #705
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#705
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/377
Author: @wheinze
Created: 11/24/2022
Status: ✅ Merged
Merged: 11/24/2022
Merged by: @nitnelave
Base:
main← Head:support-ipv6📝 Commits (6)
3077890feat: makehostconfigurable to enable IPv6 supportdbd8654style: cargo fmt3deb370refactor: distinguishhostbetween ldap and api listenersf4adfe5refactor: align http vars67ec18bMerge branch 'main' into support-ipv6578d5e1docs: 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
hostto 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.