i solved trouble with MD5 encryption. Indeed, to encrypt password with MD5 , i use external fonctions (thanks to
From: zoumlander@hotmail.com
To: freeradius-users@lists.freeradius.org
Subject: trouble with encrypted password
Date: Fri, 16 Nov 2012 12:54:09 +0000
hello everybody,
i ve got trouble with encrypted password. I want to manage users with password wich are more longer than 8 caracters.
When i use radcrypt (based on crypt), it doesn't work. It's normal due to limitation of crypt. I must cut password to 8 caracters for make running.
When i use radcrypt with MD5 encryption , it doesn't run : indeed the encrypted string generated by MD5 radcrypt is more than 16 caracters.
How can i use encrypted password without limited password to 8 caracters ?
Cheers