Closed (fixed)
Project:
HTTP authentication
Version:
5.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 May 2007 at 22:57 UTC
Updated:
31 May 2007 at 01:56 UTC
I'm looking at upgrading a 4.4 site to 5.1 that is using the webserver_auth module on an intranet environment. Does this module pretty much supercede the webserver_auth module? It appears that webserver_auth has not been updated for 5.1, maybe because this module is it's superior? Perhaps I'm missing something obvious, if so please let me know. Thanks!
Comments
Comment #1
decafdennis commentedNo, webserver_auth is not the same as httpauth.
With the former (webserver_auth), you have authentication setup in your webserver, through mod_auth or LDAP or whatever. Drupal then uses that information to determine what user is logged in.
With the latter (httpauth), however, you use Drupal to set up users and/or allow users to register and login. The httpauth only provides another way to login besides Drupal's login form. This is mostly useful for RSS clients and such, not for logging in in a browser.
So I think httpauth is not what you need. There has been a feature request regarding this functionality but I do not consider it a high priority because it's not what the httpauth module is meant for.
I hope this answers your question?
Comment #2
webavant commentedYes, thank you!
Comment #3
webavant commented(Closing)