Hi!

I have the following problem. A module I have written uses the inner tunnel 
User-Name to find information about the user from an outside source.
This user information must be returned in the outer tunnel.
Is this doable ?
I can think of two ways of doing this:

1) The module while running in the inner tunnel context puts the inner 
User-Name somewhere where the module when running in the outer tunnel context 
can pick it up and do the external source lookup.
2) Do the external source lookup in the inner tunnel context and then put the 
found information somewhere where the module while running in the outer tunnel 
context can find it.

I'd prefer the later.

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

Reply via email to