Re: Problem with Group reject in 0.6

2002-07-29 Thread Alan DeKok

bart <[EMAIL PROTECTED]> wrote:
> Upgrade to 0.6 seems to have broken my Group Reject config.
> Can anyone tell me what I'm doing wrong?

  0.5 had problems with the Group attribute.  0.6 shouldn't.

  Try upgrading to 0.7.

  Alan DeKok.

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



Problem with Group reject in 0.6

2002-07-28 Thread bart

Hi,

Upgrade to 0.6 seems to have broken my Group Reject config.
Can anyone tell me what I'm doing wrong?


users file:

DEFAULTGroup == "disabled", Auth-Type := Reject
   Reply-Message = "Your dialup account has been disabled."

DEFAULT Auth-Type := System
Fall-Through = Yes

DEFAULT Service-Type == Framed-User
Framed-IP-Address = 255.255.255.254,
Framed-MTU = 1500,
Service-Type = Framed-User,
Fall-Through = Yes

DEFAULT Framed-Protocol == PPP
Framed-Protocol = PPP,
Framed-Compression = Van-Jacobson-TCP-IP

DEFAULT Hint == "CSLIP"
Framed-Protocol = SLIP,
Framed-Compression = Van-Jacobson-TCP-IP

DEFAULT Hint == "SLIP"
Framed-Protocol = SLIP

radiusd.conf unix part:

unix {
 cache = yes
 cache_reload = 300
 passwd = /etc/passwd
 shadow = /etc/shadow
 group = /etc/group
 radwtmp = ${logdir}/radwtmp
}



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