Philip M. Gollucci wrote:
> Kevin A. McGrail wrote:
>
>> :-) Already read that but I can probably add this as a feature to Apache
>> AuthDBI. Something like AutoLogin or AllowIntranet or something with
>> an IP
>> range that will be matched for and then "meet" the required valid-user
>> requirement.
>>
>>
> I can't think of a good one, but I would use something more generic then
> AllowIntranet. Something involving IP and Range
> or Subnet
are you guys describing
<Location /foo>
Satisfy Any
Allow from 192.168.2.10
PerlAuthenHandler Apache::AuthDBI
...
?
--Geoff