Hi,<br><br>I have a problem =/<br> <br>I create this Querys:<br><br>INSERT INTO radcheck(UserName, Attribute, op, Value)<br>VALUES('cliente1', 'MD5-Password', ':=', MD5('projecto08'));<br><br>
INSERT INTO radgroupcheck (groupname, attribute, op, value) VALUES ('sessaounica', 'Simultaneous-Use', ':=', 1);<br><br>INSERT INTO usergroup (username, groupname) VALUES ('cliente1','sessaounica');<br>
<br>But two different clients (PCs) whit the same pair user/password can do success login. =/<br><br>What i have done wrong ?<br><br>I want that only one client have access to the network. And if one client are logged, another user with same pair user/pass don't have access until the user logged do the logoff.<br>
<br>Very thanks for your pacience,<br><br>Best Regards,<br><br>Diogo Teixeira<br>