November 1, 2004
3:13 PM
Subscribe
Apache, LDAP, ActiveDirectory and You: I have an
application running on Apache. I would like to restrict access to the folder(s) it runs in by authenticating users against our Windows ActiveDirectory server, but I'm having trouble crafting the right URL. [+]
posted by yerfatma to (8 comments total)
AuthLDAPURL ldap://location.company.com:389/
and I've tried any number of things after that. I don't really understand how to form the rest of the URL to tell it "search this AD server for the name the user provides inside the Users subtree." I've tried using a Windows utility called "ldp.exe" to form queries, but it's less than helpful. It provides some feedback, but doesn't let you build actual URLs, forcing you to use its form inputs. I tried connecting with Thunderbird's address book as it provides a bit more of a "raw" interface, but I couldn't even connect with that.
posted by yerfatma at 3:21 PM on November 1, 2004