28 Jul
2015
28 Jul
'15
5:44 p.m.
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