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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to