6 Oct
2005
6 Oct
'05
1:30 p.m.
"Lewis Bergman" <lbergman@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.