On Thu, 22 Nov 2001 17:57:35 +1000
"Mark Constable" <[EMAIL PROTECTED]> wrote:

> On Thu, 22 Nov 2001 14:27, Jason Rohwedder wrote:
> 
> > anybody know off hand how the set up for default entries in the sql module
> > works?  Right now I'm using the 0.3 release.  I was just curious if anyone
> > out there would be able to spout some info off the top of their head before
> > I get home and can mess with this..  Thanks
> 
> Sorry I cannot answer your question Jason, this is a
> "me too" too !
> 
> At the moment I only have a DEFAULT + DEFAULT in the
> usergroup table and I can auth OK but when I add an entry
> in the usergroup table as UserName=test GroupName=DEFAULT
> then that test user no longer gets authenticated. I should
> say that in using "radtest" it works Ok (from a different
> test box pretending to be a "NAS") but not from this other
> RADIUS (Radiator) server proxying to this box... I see this
> in the logs...

try adding in an entry 

insert into usergroup ( username, groupname ) values ( 'DEFAULT','< insert groupname 
you want to reply pairs from >');

and then create the appropriate group in the radgroupreply table with the appropriate 
reply pairs

-j

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to