In drupal I have the LDAP module enabled and configured to point to our AD server for user authentication and authorization. Whenever I test a login with the built in user test I get data back from AD on the specific user I test out. The password checks out and everything looks as expected. However when I login on the login form I get back the error:
Server Error: Failed to create Drupal user account for Gresham, Britt
I've looked around in the logs under reporting and I get a similar error message. The account does not exist in drupal prior to the attempt to log in as the LDAP module is setup to create the account on login but that appears to not be happening.
Has anyone experienced this issue before and if so how did you fix it?
Thanks