[users@httpd] cumultate different auth database

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux