mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #777] [BUG] No documentation on SSL #281
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#281
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?
Originally created by @r-vd-woude on GitHub (Dec 28, 2023).
Original GitHub issue: https://github.com/lldap/lldap/issues/777
This is not a bug, but I'm not sure were else to ask this question.
If this is the wrong place, I'm sorry.
First of all: what an amazing pieces of software! It is very stable and easy to setup.
However, I would like to encrypt the traffic between LLDAP and the different services that connect to it, as they all share the same virtual Docker network (so I can add services to a reverse proxy).
But, there is not a lot of information available how to setup such encryption, and/or if it is really needed.
Sorry again if this is the wrong place, and thanks again for the software!
@nitnelave commented on GitHub (Dec 28, 2023):
Hi! I think you're looking for LDAPS :)
Check the config template, there's an ldaps section. As for the services, it's usually as simple as changing the protocol to ldaps:// (and adjusting the port), but sometimes they have an extra flag to indicate whether LDAP traffic is encrypted. That should be included in the relevant configuration examples.
@r-vd-woude commented on GitHub (Dec 28, 2023):
Awesome! Thanks for the quick response, will take a look!