[an error occurred while processing the directive]
![]() |
cosign-discuss at umich.edu |
general discussion of cosign development and deployment | |
Something else I was thinking about and forgot to ask (my son was bugging me to take him somewhere).
Anyway, is the REMOTE_REALM env variable set by cosign the kerberos realm?
If so, would it be extremely difficult to modify the filter to do some authz by putting in a
CosignRealm REALM1.EDU
directive into the directory section of the apache conf files? How about a separate module?
http://httpd.apache.org/docs/1.3/mod/mod_setenvif.html http://httpd.apache.org/docs/1.3/mod/mod_access.html
SetEnvIf REMOTE_REALM "\.REALM1.EDUf$" realm_is_realm1_edu <Directory /docroot> Order Deny,Allow Deny from all Allow from env=realm_is_realm1_edu </Directory>