I am using version 3 (3.0.4). I am sending a test from a Cisco ASA. Is it possible that the request doesn't contain an Auth-Type? On Tuesday, July 28, 2015 5:44 PM, "A.L.M.Buxey@lboro.ac.uk" <A.L.M.Buxey@lboro.ac.uk> wrote: 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