nginx-auth-ldap icon indicating copy to clipboard operation
nginx-auth-ldap copied to clipboard

Encrypt binddn_passwd

Open lckz opened this issue 6 years ago • 1 comments

Is it possible to encrypt binddn_password on config file?

lckz avatar Apr 10 '19 23:04 lckz

That's not how crypto works. nginx would need yet another key to decrypt the binddn_password which would have to be readable by nginx. Just another level of indirection

dasJ avatar Nov 26 '19 09:11 dasJ