mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #460] Ability to use ldap over SSL/TLS #172
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#172
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 @mitchins on GitHub (Feb 25, 2023).
Original GitHub issue: https://github.com/lldap/lldap/issues/460
I scoured the documents and issues but couldn't see any information about SSL/TLS.
Is there either support for it, a work around or helper proxy or any planned support for it?
I know in most cases it's probably running inside a docker overlay network that's secure, but I'm just considering opening it up to other machines on the network.
Thanks, I love the software, it's so slick and easy to use.
@nitnelave commented on GitHub (Feb 26, 2023):
I think you're looking for LDAPS :) See the config for the relevant options.
On Sun, 26 Feb 2023, 00:22 Mitchell Currie, @.***>
wrote:
@mitchins commented on GitHub (Feb 26, 2023):
Thanks, most of that's on me... I didn't know to search for LDAPS as I am just a casual user of the LDAP, however I do search for "certificate" or "ssl".
In an effort to help anyone else I have raised
https://github.com/nitnelave/lldap/pull/461
If it seems like overkill feel free to closeit.
@nuka-cola commented on GitHub (Mar 29, 2023):
Would it be too much to ask to integrate into LLDAP the ability to use Let'sEncrypt/Acme to auto generate and manage the certificates from the webui? Bonus points if it can utilize the DNS API challenges instead of exposing ports to the internet. It could even just be a nice front-end to the Dehydrate script (if that can be embedded without challenge).
@nitnelave commented on GitHub (Mar 29, 2023):
This is better handled outside LLDAP: with a reverse proxy like traefik, you can configure it to highjack the request to .well-known/ to reply to the HTTP challenge, and then you can mount the certificates in the LLDAP container.
@nitnelave commented on GitHub (Mar 30, 2023):
Example traefik config:
traefik.yml:
dynamic/letsencrypt.yml: