26 Jan
2024
26 Jan
'24
4:31 p.m.
On Jan 26, 2024, at 2:42 PM, Aurélio de Souza Ribeiro Neto <netolistas@mpc.com.br> wrote:
I'm using FreeRadius and MySQL 5.7 with Crypt-Password and to generate the Crypt Password I'm using MySQL ENCRYPT function with salt.
Now I'm trying to go to MySQL 8 and ENCRYPT function is deprecated!
What I need to do to generate a salt password for freeradius?
There are a number of tools which create crypt'd passwords. See the "crypt" command in most Linux distributions. https://manpages.ubuntu.com/manpages/focal/en/man1/crypt.1.html Alan DeKok.