Question about Multiple-valued attributes
Hi Is it possible to catch Multiple-valued attributes through a C program? I can fetch, for example, User-Name attribute by calling USER_NAME = getenv (USER_NAME); but how should I fetch something like Cisco-AVPair? Best Regards Ali
"Ali Majdzadeh" <ali.majdzadeh@gmail.com> wrote:
Is it possible to catch Multiple-valued attributes through a C program? I can fetch, for example, User-Name attribute by calling USER_NAME = getenv (USER_NAME); but how should I fetch something like Cisco-AVPair?
You don't. You write a module in the server, that has complete access to everything. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
Hi Alan Thanks for your help. Best Regards On 9/7/06, Alan DeKok <aland@deployingradius.com> wrote:
"Ali Majdzadeh" <ali.majdzadeh@gmail.com> wrote:
Is it possible to catch Multiple-valued attributes through a C program? I can fetch, for example, User-Name attribute by calling USER_NAME = getenv (USER_NAME); but how should I fetch something like Cisco-AVPair?
You don't. You write a module in the server, that has complete access to everything.
Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
Ali Majdzadeh