Re: Syntax username

"Sergey Poznyakoff" <[email protected]> Sat, 21 Jan 2006 11:37:21 EET
Newsgroups gmane.comp.gnu.radius.general
Organization Farlep-Internet
Message-ID <[email protected]>
Andrey Nikolaev <[email protected]> wrote:

> Hi!
> I  have problem with declare user name for dnis attribute.
> 
> config:
> username-chars ".-_!@#$%^&\\/:";
> 
> users:
> dnis:11         Auth-Type = Accept
>                     Service-Type = Authenticate-Only

username-chars declares which characters are valid in the incoming user
names. It does not modify the syntax of Radius configuration files. Any
non-alphanumeric characters used in these files must always be properly
quoted: 

"dnis:11"         Auth-Type = Accept
                     Service-Type = Authenticate-Only

Regards,
Sergey