19 Jan
2011
19 Jan
'11
2:13 a.m.
admin wrote:
What i must to specify in a config file of freeradius2 that in each request before its further handling it automatically deleted spaces in the end of %{User-Name}?
You need to write a custom rule in "unlang". However... my $0.02 is that you shouldn't. Instead, if you see a User-Name with spaces, *reject* it. The user is trying to play games.
The parameter nospace_user doesn't work.
That was removed many years ago. Alan DeKok.