Hello Gonzalo, You must add user 'paulin' into usergroup table
insert into usergroup (UserName,GroupName) values ('paulin','dynamic');
Also better use crypted passwords for PAP
in radiusd.conf change
pap {
encryption_scheme = crypt
}
and insert user into radcheck
insert into radcheck (UserName,Attribute,Value,op) values
('paulin','Crypt-Password',encrypt('2135'),':=');
--
Best regards,
rust mailto:[EMAIL PROTECTED]
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
