Auth-Type LDAP and testing for if(reject)

Alan Buxey A.L.M.Buxey at lboro.ac.uk
Tue Feb 2 00:12:31 CET 2010


Hi,

> I've tried doing the following to have a "continue on fail"
> 
> authenticate{
> ...
> Auth-Type LDAP{
>     ldap
>     if(reject){
>        ntlm_auth
>     }
> }

try...something like....

        Auth-Type LDAP {
                group {
                        ldap    {
                        reject = 1
                        ok = return
                        }
                        ntlm_auth {
                        reject = 1
                        ok = return
                        }
                }

        }

alan



More information about the Freeradius-Users mailing list