LDAP Encryption in config.json #1390
Closed
diegofreesz
started this conversation in
General
Replies: 2 comments
-
When using LDAP you should always use LDAPS (encrypted) so the passwords and user-information are protected in transit. I don't think you can provide an encrypted password. (at rest encryption) |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is not possible to encrypt this password as it needs to be provided in plaintext to the LDAP client used within Semaphore. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi there,
in config.json "ldap_bindpassword": Is it possible to provide an encrypted password?
if i provide a password in clear text, any sniffer will be able to read it.
Beta Was this translation helpful? Give feedback.
All reactions