Afficher un message
Vieux 01/10/2006, 18h56   #3
blaisbr
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut 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

  Réponse avec citation
 
Page generated in 0,04354 seconds with 9 queries