Hi all,

I have a drupal site that is able to authenticate to an AD forest without issue if I use Ubuntu 8.10. If I take a copy of the DB and the bits, install them on a Fedora 8 box, authentication stops working. Looking at the drupal logs, it just reports that authentication failed with no reference to LDAP. Any suggestions?

thanks,

+ Jeremy

Comments

johnbarclay’s picture

Can you install the ldap_help module and export the configuration on both servers we can see it?
http://drupal.org/node/353036

You might install it on both machines to see if there is a difference in the php/ldap/apache setup.

Do you know where to look for your ldap logs?

biohabit’s picture

Status: Active » Closed (fixed)

Turns out I had an trailing space at the end of the username that worked fine (most of the time) with ubuntu but was a show stopper with fedora.