From inner to outer

Roland Hedberg roland.hedberg at adm.umu.se
Tue Oct 11 17:08:07 CEST 2011


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



More information about the Freeradius-Users mailing list