"Ron Wahler" <[EMAIL PROTECTED]> wrote:
> Here's the problem:
> It looks like only attributes in the ACCESS-REQUEST create shell
> variables.  I need the attributes in the ACCESS-ACCEPT to create
> Shell variables.

  Use the 'exec' module.

  exec my_exec_postauth {
        wait = no
        program = /usr/local/etc/raddb/authUser.sh
        input_pairs = reply
        # no output pairs needed, or allowed
  }


postauth {
         ...
         my_exec_postauth
}


  Will run the program on EVERY response sent back to the server, even
rejects.

  Alan DeKok.

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

Reply via email to