Marlon Duksa wrote:
> Hi - does anyone know why this does not work:
> 
> 
> basic-TP    User-Password == "csetestp"
>             User-Name =~ "^([aA-zZ]+)-([aA-zZ]+)$",

$ man users

  or

$ man 5 users

  The '=~' operator is not allowed to be used there.

  If you want that functionality, use "unlang" to write the rules.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to