[EMAIL PROTECTED] (Jim Seymour) wrote:
> Clarification: Giving the server ADMINNB\jseymour works.  Giving it
> just "jseymour" does not.

  Because the regex on the line above doesn't match.  So, do:

DEFAULT   User-Name =~ blah
          My-Local-User-Name = "%{1}"

DEFAULT 
        My-Local-User-Name = "%{My-Local-User-Name:-%{User-Name}}"

  Alan DeKok.

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

Reply via email to