re: PLease help me with my freeradius and my MYSQL

2002-06-24 Thread Alexandre Strube
On Sun, 23 Jun 2002 06:26:08 +0200, [EMAIL PROTECTED] wrote: >Subject: PLease help me with my freeradius and my MYSQL >Date: Sat, 22 Jun 2002 05:35:34 -0400 >Reply-To: [EMAIL PROTECTED] >already have a table usergroup as you can see: >mysql> select * from usergroup; >++--+---

Re: PLease help me with my freeradius and my MYSQL

2002-06-20 Thread rust
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 radch