Hi.
I have been able to follow the guides and tutorials online and successfully
setup a Strongswan IKEv2 server which authenticates with a Freeradius server
with MySQL back-end. Everywhere I saw instructions like these only:
INSERT INTO radcheck (username, attribute, op, VALUE) VALUES ('test',
'Cleartext-Password', ':=', 'pass123');
Now this works just fine but I don't want to store plain text passwords in
database and would prefer the "VALUE" column to be hashed in some way. But
being new to this, I just don't know how & would be really glad if someone can
provide pointers. Not sure whether its even possible or not.
Thanks in advance.
Regards.
Ron