OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / user / pam_radius / TODO
1 ------------------------------------------------------------
2
3   Note that root won't be able to change anyone's passwords via this
4 method, as RADIUS doesn't support the notion of root.
5
6 ------------------------------------------------------------
7
8   Add in pam_set_data && pam_get_data to keep track of which RADIUS
9   server we were talking to, and what the session_time was.
10
11   Oddly enough, the session_time information seems to be happy to be
12   a 'static', but the radius_server_t *live_server doesn't.  It works
13   for login, is re-used for open_session, but is ignored for close_session.
14
15 ------------------------------------------------------------