RE: Mulitple sql groups or User in Multiple groups

2006-12-08 Thread Stavros Patiniotis
> > DEFAULT Auth-Type := Local, NAS-IP-Address == "10.0.0.1" > > Exec-Program-Wait = "/program for nas1" > > You don't need to set Auth-Type. In the SQL database I am not setting it, its merely the NAS IP. > And if the per-NAS configuration is fairly static, you can use > rlm_passwd to map

Re: Mulitple sql groups or User in Multiple groups

2006-12-07 Thread Alan DeKok
Stavros Patiniotis wrote: > For clarity I am trying to achieve the SQL equivalent of the lines below, > however as we are doing chap I need to have the usernames and passwords > stored in the database (radcheck). > > DEFAULT Auth-Type := Local, NAS-IP-Address == "10.0.0.1" > Exec-Program-Wait =

RE: Mulitple sql groups or User in Multiple groups

2006-12-07 Thread Stavros Patiniotis
Hi again, I just want to clarify my previous email. What I want is to authenticate one user who is in multiple groups. I am assuming that the group binding is occurring as a result of the check items, but this is where it appears to fail. In fact two separate problems are occurring with point 5 f