[pubcookie-users] PubcookieOnDemand

Jim Fox fox at washington.edu
Fri Apr 22 12:35:49 PDT 2005


It would be:

   PubcookieOnDemand require valid-user


Jim


> 
> I'm running into problems when trying to implement PubcookieOnDemand... 
> Wondering if any of you had some examples you might post.
>
> I'm uncertain whether or not either of these two situations are correct, they 
> dont seem to be working in tests i'v run...
>
> ------------------------------------------
> <Directory "/var/www/default/test">
>           Options Indexes MultiViews
>           AllowOverride None
>           Order allow,deny
>           Allow from all
>
>           PubcookieOnDemand authorize AuthType valid-user
>
>           AuthType EGnetID
>           Require valid-user
> </Directory>
>
>
> OR this syntax...
>
> <Directory "/var/www/default/test">
>           Options Indexes MultiViews
>           AllowOverride None
>           Order allow,deny
>           Allow from all
>
>           PubcookieOnDemand authorize AuthType EGnetID
>           PubcookieOnDemand authorize AuthType valid-user
> </Directory>
>
> ----------------------------------------------------------
>
> When setting the browser cookie of  OnDemandKey to 'authorize' I dont get the 
> desired results.  either its just not protecting the directory, or im getting 
> an internal server error.
>
> any ideas?
>
> Greg Stark
>
>
> -- 
> Greg Stark
> Web Computing Specialist
> University of Washington
> Northwest Center for Public Health Practice
> 206.543.3696
> gdstark at u.washington.edu
>
>


More information about the pubcookie-users mailing list