Nemec Christopher wrote:
> However I am stuck with these two tasks:
> 
> a) Append the "office" prefix to the username (since we are lazy and do
> not want to type in the domain name when we log on to one of our switches)
> 
> b) proxy the request to the AD

  That should be easy.

> I have placed the following lines of code in the radiusd.conf file:
> 
> if (User-Name="nemec") {
>         %{User-Name}:=office\nemec
>         Proxy-To-Realm := "office"
> }
> 
> However they are not being executed. Do they need to be at the top of
> the file? Is the syntax correct?

  No.

  PLEASE read the documentation.  In this case, "man unlang".

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

Reply via email to