I apoligise if this has been asked many times before, but I'm wondering if anyone has a link to a good tutorial on implementing a working remote authentication system in Drupal 7. I'm new to Drupal.
I've found various examples online, but the system for doing this seems to have changed substantially between Drupal 5 to 6 to 7.
I have a working system that will allow me to authenticate a user remotely and adds the user to my drupal installation. However now I cant log in any Drupal only accounts (eg the admin) as I get an error saying that the username is unknown since the code is looking for my admin username in the external system.
I get an unrecognised username error. The code is being executed for both an external and an internal user.
I know its something simple.