23 May
2014
23 May
'14
6:53 a.m.
Hi,
Usage freeradius 2.1.2 and i'm with problems about username authentication.
Simply authentication accept any variations of the same username. Example:
either use the filter_username and enable the case checking rule, or 'tolower' your user-name when checking directly but just enabling this:
*# Mixed case: reject** ** if (User-Name != "%{tolower:%{User-Name}}") {** ** reject** ** }*
by commenting it and calling filter_username in yoru authorization stage should work alan