How know the password connection of users

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

How know the password connection of users

Post 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!
Post Reply