The patch works as promised in version 1.1.3 if applied. The
post-auth section in radiusd.conf doesn't though.

As suggested by Michael with Kostas' patch applied you have to pass
"DEFAULT" as Pool-Name check attribute in 'users'.

> You should to set Pool-Name to "DEFAULT" in 'users'. like this
> 
> >         DEFAULT Huntgroup-Name == "lns0x", Pool-Name := DEFAULT, 
> > Post-Auth-Type := LNS0X
> >                 Fall-Through = Yes
> 
> >         DEFAULT Huntgroup-Name == "lns0y", Pool-Name := DEFAULT, 
> > Post-Auth-Type := LNS0Y
> >                 Fall-Through = Yes

The post-auth section as posted by me does not work:

> >         Post-Auth-Type LNS0X {
> >                 redundant {
> >                         lns0x-00
> >                         lns0x-01
> >                 }
> >         }

lns0x-01 is for unknown reasons not called. It has to be:

        Post-Auth-Type LNS0X {
                group {
                        lns0x-00 {
                                ok = return
                                fail = 1
                        }

                        lns0x-01 {
                                ok = return
                                fail = 1
                        }
                        
                        notfound = reject
                }
        }

The accounting section contains simply

        lns0x-00
        lns0x-01

        lns0y-00
        lns0y-01


Thanks for your help!

-- 
Matthias Witte - [EMAIL PROTECTED]
Telefon: +49 (0)211-30 20 33-18
Telefax: +49 (0)211-30 20 33-22

[netzquadrat] GmbH - Gladbacher Str. 74 - 40219 D�sseldorf
HRB D�sseldorf 36121 - Gesch�ftsf�hrer: Thilo Salmon, Tim Mois
Steuernummer: 106/5719/1836, Umsatzsteuer-ID: DE246863050

billiger-telefonieren.de - billiger-surfen.de - stromseite.de - sms.de
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to