kvspb / nginx-auth-ldap

LDAP authentication module for nginx
BSD 2-Clause "Simplified" License
735 stars 252 forks source link

Encrypt binddn_passwd #217

Open lckz opened 5 years ago

lckz commented 5 years ago

Is it possible to encrypt binddn_password on config file?

dasJ commented 4 years ago

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