acl + reg exp
i don't kow how works reg exp with autenticate staments and autorization stamentes
if i want to grant acces to all connectios only 222 port, but denied alll diferents, 縤s correct this acl?
acl "connect://.*:*";
autenticate (<1>){
database= "default";
method="basic";
};
deny absolute (all) $2 != "222"
<1> = i don't know wath i put there :(
縤ts equal to ?
acl "connect://.*:222";
autenticate (<1>){
database= "default";
method="basic";
};
deny absolute (all)
allow (all) user="toto"
thanks!!
Mensaje editado por:
maximatt
Mensaje editado por:
maximatt

