Robert C Corsaro wrote:
I'm using apache to do my authentication. If the user access any page, that means they are authenticated. Drupal never needs to worry about authenticating users. If the user doesn't exist, she should be added as a new user automatically. Is there a module or configuration that will automatically add users that access a page if they don't exist in Drupal already?
I believe that webserver_auth is what I was looking for. If anyone else has something to add I'd love suggestions.
Thanks Bob C