[pmwiki-users] ldap authentication & active directory

Thomas -Balu- Walter list+pmwiki-users at b-a-l-u.de
Wed Aug 23 03:15:53 CDT 2006


On Tue, Aug 22, 2006 at 06:00:33PM -0400, Gregory Martyn wrote:
> We're running active directory here at work. I can browse the directory
> using ldapadmin by pointing it to our active directory server. I tell it
> that Base is "CN=Users,DC=judicialtitle,DC=com", put in my email address
> and password and get a list of all the users. An anonymous bind doesn't
> work.

I think that's the problem here. pmwiki uses an anonymous bind to look
up the dn: of the entry and uses this dn: plus the users password to
try to authenticate.

If I understand http://www.cse.ohio-state.edu/cgi-bin/rfc/rfc2255.html
and http://www.cse.ohio-state.edu/cgi-bin/rfc/rfc1738.html (section 5)
correctly there is no uid:password combination allowed in LDAP urls, so
we probably would need to have to set those otherwise.

     Balu




More information about the pmwiki-users mailing list