LDAP Query:  Not Found
    A.L.M.Buxey at lboro.ac.uk 
    A.L.M.Buxey at lboro.ac.uk
       
    Tue Jul 28 23:44:06 CEST 2015
    
    
  
Hi,
>    >>How come search fails first time
>    >>(0) Search returned no results
>    >>(0) Search returned not found
different scope
>    >>To fix this, do I add Auth-Type to my unlang statement?
>    >>(0) ERROR: No Auth-Type found: rejecting the user via Post-Auth-Type =
>    Reject
in version 2 this is one of the times when you would set the Auth-Type...as per some of
the docs.  in versiojn 3 this is much different...and I would advise that you use version 3
in version 2 you could probably do something like this (after the PAP section in Authorize)
if (!control:Auth-Type) {
    update control {
        Auth-Type = "ntlm_auth"
    }
}
alan
    
    
More information about the Freeradius-Users
mailing list