Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2008 21:52:31 +0530
From:      "Ivan Grover" <ivangrvr299@gmail.com>
To:        freebsd-security@freebsd.org
Subject:   passing data from PAM module
Message-ID:  <670f29e20809170922r43e8c02dlcdeea6e76d18d659@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi,
My PAM application uses remote authentication module pam_radius_auth.so for
authenticating users from remote servers. There can be several remote
servers. In this case, can any one please suggest me the best way to gather
information on several remote servers such as
-- server reachability, (kind of returning  array saying server 1 is
reachable, server 2 is unreachable)
--  do they run radius service
...etc

I am trying to use pam_get_env pam_set_env for the above. Please advise, if
this is not the proper way.

I looked at pam_set_data, but i think this cant be used in PAM application.


Best Regards,
Ivan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?670f29e20809170922r43e8c02dlcdeea6e76d18d659>