Page 1 of 1

I:Line hostname doesn't work

Posted: Fri Aug 22, 2008 8:07 pm
by killerdedieu
Hi i want try to reduct my users...

allow {
hostname Java@*;
ip *@*;
class clients;
password "passs";
maxperip 3;
};

But that doesn't work... all people who have the password can connect...

it a bug ? or why ?

Re: I:Line hostname doesn't work

Posted: Sat Aug 23, 2008 12:32 am
by [dx]

Code: Select all

allow {
  ip Java@*;
  class clients;
  password "passs";
  maxperip 3;
};
Try