File: TODO

package info (click to toggle)
libpam-radius-auth 1.3.16-4.3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 228 kB
  • ctags: 271
  • sloc: ansic: 1,412; makefile: 85; sh: 38
file content (15 lines) | stat: -rw-r--r-- 654 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
------------------------------------------------------------

  Note that root won't be able to change anyone's passwords via this
method, as RADIUS doesn't support the notion of root.

------------------------------------------------------------

  Add in pam_set_data && pam_get_data to keep track of which RADIUS
  server we were talking to, and what the session_time was.

  Oddly enough, the session_time information seems to be happy to be
  a 'static', but the radius_server_t *live_server doesn't.  It works
  for login, is re-used for open_session, but is ignored for close_session.

------------------------------------------------------------