Hi,

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


users file:

DEFAULT        Group == "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

Reply via email to