On 9/7/16 16:52, Louis Munro wrote: > Try to find the radius debug section where it actually looks up the user > in the database. > > It may not be finding it, or finding another. > If the password is right, the username must be wrong...
Ok, so looks like I found it here :
(11) pflocal: Executing select query: SELECT 1, pid,
"Cleartext-Password", REPLACE(password,'{ntlm}',''), ":=" FROM
password WHERE pid = 'jason' AND NOT EXISTS
(SELECT pid FROM activation WHERE pid = 'testuser')
And the return is this :
(11) pflocal: Cleartext-Password :=
"{bcrypt}$2a$08$Z.0fN/wWUZZsya6Y7AXVf.F3kFHrFy4SnvKrPpSdpFtGcfEXMGhRK"
Which is what I see in the database as well. That's obviously not a
cleartext password, though.. Is there an option I need to enable to
turn on cleartext passwords?
--
---------------------------
Jason 'XenoPhage' Frisvold
[email protected]
---------------------------
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete
fools."
- The Hitchhikers Guide to the Galaxy
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------
_______________________________________________ PacketFence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
