Page 1 of 1

How know the password connection of users

Posted: Fri Aug 22, 2008 8:05 pm
by killerdedieu
Hi,

I have many I:line (allow block) for users... exemple :

allow {
ip *@modemcable21.mc.videotron.ca;
hostname *@modemcable21.mc.videotron.ca;
password "passblabla";
class clients;
maxperip 20;
};

allow {
ip *@i-dont-care-is-just-for-exemple-for-this-post.ca;
hostname *@i-dont-care-is-just-for-exemple-for-this-post.ca;
password "passblab2la244322";
class clients;
maxperip 20;
};

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


I want know what is the password of user who connect on my serv...

Thx!