How to apply logical OR in the auth. modul

Alan Buxey A.L.M.Buxey at lboro.ac.uk
Thu Jul 22 17:41:41 CEST 2010


Hi,

> > 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
                        }
                }

alan



More information about the Freeradius-Users mailing list