Re: Authentify users comming from a range of address
Is it a solution to put a Limit like this within the httpd.conf file?
<Limit>
order allow,deny
deny from X.Y.Z.[A..B]
allow from all
AuthType Basic
AuthLDAP...
Require valid-user
</Limit>
And outside this denied address, it is a full access.
Thanks,
Bruno
|