How to apply logical OR in the auth. modul

Jevos, Peter Peter.Jevos at oriflame.com
Thu Jul 22 18:13:29 CEST 2010


> > I have in the modules/ntlm_auth_vpn command:

there is another way to.

simply make a second copy of that module....eg have

ntlm_auth_vpn1

and

ntlm_auth_vpn2


(each configured with what you want/need)

and then read:  http://wiki.freeradius.org/Fail-over

you can then have this sort of thing in your config


                group {
                        ntlm_auth_vpn1 {
                        reject = 1
                        ok = return
                        }
                        ntlm_auth_vpn2 {
                        reject = 1
                        ok = return
                        }
                }

Hi Alan, thank you for your answer. Yes , it's good idea, I can create
another module ntlm_auth_vpn2 
But how should I combine this group section with the my command:

DEFAULT          Auth-Type := ntlm_auth_vpn
                Fall-Through = Yes
thanks




More information about the Freeradius-Users mailing list