You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jehan PROCACCIA <Je...@int-evry.fr> on 2006/03/10 19:03:16 UTC

[users@httpd] cumultate different auth database

hello,
Is it possible in an authentified directory to cumulate different 
sources of usernames ?
I want to search first in our central SSO (CAS + ldap) database, then, 
if the user is not there, to switch to a second auth represented as a 
local htpasswd file,  for exemple an .htaccess like this

|<Limit GET POST>||
AuthType CAS
AuthName "INT auth"
deny from all
Require valid-user
satisfy any

|| AuthType Basic
AuthName "Restricted Files"
AuthUserFile /usr/local/apache/passwd/passwords
Require user rbowen|
|
</Limit>

It will a be a kind of "satify any" but on a combination of different 
AuthName and Required user .

Thanks.

PS: ref: http://httpd.apache.org/docs/2.0/howto/auth.html
|

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org