27 Jan
2024
27 Jan
'24
10:49 a.m.
On Jan 27, 2024, at 10:20 AM, Aurélio de Souza Ribeiro Neto <netolistas@mpc.com.br> wrote:
Ok, but how FreeRadius knows what kind of crypt I'm using?
All that information is encoded in the crypt password. FreeRADIUS uses the same crypt() libraries and APIs which the "crypt" command uses to create the password. So FreeRADIUS just hands the password back to the crypt libraries, and the libraries figure it out. Alan DeKok.