Andrey Nikolaev <[EMAIL PROTECTED]> wrote:

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


_______________________________________________
Help-gnu-radius mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-radius

Reply via email to