On 21 Apr 2009, at 19:05, Mark Montague wrote:

> For anyone who is having this problem with directives in Location  
> blocks, I've had a similar problem with mod_authnz_ldap under Apache  
> HTTPD 2.2.9.  In the mod_authnz_ldap case, Andrew's suggestion  
> (above) worked, but what also worked was keeping the directives in  
> the Location block and adding the same directives in the  
> corresponding Directory stanza (if there is one).
>
>
> For example, if you have
>
> <Location /some/path>
>     # some directives
> </Location>
>
> And
>
> DocumentRoot /var/www-secure/htdocs
>
> Try keeping the above directives and adding
>
> <Directory /var/www-secure/htdocs/some/path>
>     # same directives here as in Location block
> </Directory>
>
> (Make sure that /var/www-secure/htdocs/some/path exists, of course,  
> even if it is empty).
>
> I'd be very curious as to whether this works with mod_cosign.  If  
> anyone is able to try it, please let me know.

Doesn't work, I'm afraid...

<Location /test>
     CosignProtected On
     CosignGetKerberosTickets On
     CosignKerberosSetupGss On
</Location>
<Directory /var/www/html/test>
     CosignProtected On
     CosignGetKerberosTickets On
     CosignKerberosSetupGss On
</Directory>

Still results in no tickets and incorrect values for the directives in  
*cfg

Cheers
Toby


-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Cosign-discuss mailing list
Cosign-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cosign-discuss

Reply via email to