"Lewis Bergman" <lbergman at wtxs.net> wrote:
> I was hoping to look for a specific %{NAS-Identifier} and based on that
> AND the fact that a user does not have an "@" in the username, add the
> realm.
Try using "hints"
DEFAULT User-Name !~ ".*@", NAS-Identifier == "foo"
User-Name := "%{User-name}@realm"
Alan DeKok.