28 Apr
2014
28 Apr
'14
5:17 a.m.
On 28/04/2014 09:27, Benoit wrote:
Hello,
It looks like the pasword size for a user in the radcheck table is 16 characters (if I put one more it fails to login). Is there any easy way to allow bigger passwords?
Alter the SQL table with DDL commands: alter table radcheck alter value type ... ...or your DBs equivalent. Nothing needs to change on the FreeRADIUS side.