18 Jun
2012
18 Jun
'12
8:29 a.m.
Veselin Mijuskovic wrote:
However, when everything is set up, somehow '%{User-Password}' or '%{Cleartext-Password}' (I've tried them both) does not expand to anything when executing ntlm_auth authentication and my script always rejects the user.
There is very little magic here. The expansion %{...} means "refer to an attribute". If you don't see the attribute in the debug output, then the expansion will result in nothing. As always, read the debug output to see what's going on. Alan DeKok.