3 May
2013
3 May
'13
10:09 a.m.
Prashant Abhang wrote:
I faced the same issue. I am using sql for storing user password. For solving issue I changed the password type from 'Cleartext-Password' to User-Password and it worked for me.
But as you said, there is no difference and User-Password is deprecated. So what would be the reason for the above issue?
Because you edited your configuration and broke it. The default configuration works with either User-Password or Cleartext-Password. As of version 3, User-Password will *not* work. It's been deprecated since 2007 for crying out loud. There is NO excuse to keep using it. Alan DeKok.