help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] Syntax username


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] Syntax username
Date: Sat, 21 Jan 2006 11:37:21 EET

Andrey Nikolaev <address@hidden> wrote:

> Hi!
> I  have problem with declare user name for dnis attribute.
> 
> config:
> username-chars "address@hidden&\\/:";
> 
> 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
                     




reply via email to

[Prev in Thread] Current Thread [Next in Thread]