"Alex Savguira" <savguira@gmail.com> wrote:
I've tried that already. Same result... DOES NOT work
See the FAQ about pointless statements like "it doesn't work". If you're going to make people on the list play "twenty questions" to get the information they need to help you, no one is going to respond to your questions.
With SQL it produces the very same debugging output with both == and := A bug perhaps?
Maybe you could try reading the debug output. Or failing that, posting it here.
As for your offer for storing the clear-text for PAP it is not an option for me, since I already have 450 users stored in CRYPT form
Then those users can't do MS-CHAP. For everyone else, if you have the clear-text password, you don't need to store crypt'd passwords. It's useless, and a waste of time. Stop trying to get both clear & crypted passwords to work for the same user. Alan DeKok.