Skip to content
Discussion options

You must be logged in to vote

Implemented and merged in #106. LDAP and LDAPS authentication is now available as an optional feature.

How it is designed:

  • LDAP stays disabled by default. Existing installations keep the normal login flow and do not get LDAP routes, background work, secret mounts, or helper services.
  • Activation uses the separate docker-compose.ldap.yml overlay. No separate image and no .env file are required.
  • A dedicated, network-isolated ldap-tools profile manages the bind password and CA certificate in a separate secret volume. WebSSH mounts that volume read-only.
  • ldap:// always uses mandatory StartTLS before any bind. ldaps:// starts TLS immediately. Certificate verification is mandatory for both.
  • Web…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by bifrost0x
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants