Alexander Serkin <[EMAIL PROTECTED]> wrote:
> /opt/fr/etc/raddb/huntgroups[87]: Parse error (check) for entry UNKNOWN: 
> Illegal regular expression in attribute: Calling-Station-Id: ?, *, +, or 
> { } not preceded by valid regular expression
> 
> The string contains:
> Calling-Station-Id =~ "*"

  That's not a valid regular expression.  * is a modifier that matches
zero or more previous tokens.  You don't have a previous token, so
it's an invalid regex.

  Alan DeKok.

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

Reply via email to