kvspb / nginx-auth-ldap

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

trusting CAcert #92

Open Django-BOfH opened 8 years ago

Django-BOfH commented 8 years ago

On my apache-2.4 webserver I've to define the CA Root certificates for ldap_auth. Without that option, the ldap-client can not access my ldap-directory server. That's absolutly O.K.!

On my NGiNX-1.9.2 webserver I have'nt found that option. Nginx is trusting the ldap-servercertificate without knowledge neither the certificate is valid nor the CA signature of the server certificate is trusted.

Is there an option where I can define my trusted root-certificates? Or I'm to stupid to find those options?

mmonaco commented 8 years ago

ditto, I don't see this support in the source and consider it absolutely essential to my ldaps:// uris

mmonaco commented 8 years ago

Ah, suppose I should have checked PRs first: https://github.com/kvspb/nginx-auth-ldap/pull/100