LDAP with MS Entra (formely Azure) AD DS as auth backend + docker #1933
var-log-skynet
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We've been looking for a pw management software for weeks and ended up using sysPass, as it is the most mature/documented we've found. I would like to share my install experience according to the title:
Then in the
compose.yml
just use the linebuild: .
instead of theimage: syspass/syspass
ldaps://
automatically sets the port to the standard 636, but that's not the case; the correct form in our case was:ldaps://our.ldaps_server.tld:636
(no TLS!)Beta Was this translation helpful? Give feedback.
All reactions