9 Mar
2016
9 Mar
'16
10:05 a.m.
On Mar 9, 2016, at 4:09 AM, Andy P. <pmaspec@gmail.com> wrote:
Can someone tell if it is possible to have FreeRADIUS perform (as a proxy) 2 authentications in sequence on a user, such as the 1st - against an AD and if that succeeds - against another RADIUS server?
In general, no. But you're free to run ntlm_auth as a shell script in the "authorize" section. This will only work if the packets contain MS-CHAP or PAP authentication.
Is it simply a matter of the the Authorization/Authentication sections definition, or requires some development?
A better question is: why do you need this? Alan DeKok.