nginx-auth-ldap
nginx-auth-ldap copied to clipboard
Authenticating wiht Active Directory
Hi. I'm tasked with setting up our reverse proxy to authenticate against our Active Directory server. However, i'm having some troubles figuring out the configuration syntax to do this. At the current time, I'm running everything virtually in my test environment using a Windows 2012 server for Active Directory, Centos 6.7 with nginx compiled as my proxy and a Debian system which is hosting a Kibana server.
I've been experimenting a lot with my configs and looked at a lot of different guides, but none of them seem to be using AD and i haven't had any success. These are the latest configurations i have tried out (which was modified after seeing someone who tried to use this for AD as well)
http://pastebin.com/3d361DC4 http://pastebin.com/DKwPXp5J
What am i doing wrong and how should i tailor this to make it work with AD?
Thanks in advance.
Try objectClass=user instead of person