Does Nginx support LDAP authentication?

Solution 1:

nginx doesn't do LDAP: you have to use xsendfile with a 3rd party script you create to handle LDAP authentication

http://wiki.nginx.org/NginxXSendfile

Solution 2:

There is an unofficial LDAP module for nginx : nginx-auth-ldap.