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

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

Reply via email to