I:Line hostname doesn't work

These are old archives. They are kept for historic purposes only.
Post Reply
killerdedieu
Posts: 3
Joined: Fri Aug 22, 2008 7:43 pm

I:Line hostname doesn't work

Post 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 ?
[dx]
Posts: 107
Joined: Sat Jun 16, 2007 1:03 am

Re: I:Line hostname doesn't work

Post by [dx] »

Code: Select all

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