summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>2012-10-24 08:18:01 +0100
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>2012-10-24 08:18:01 +0100
commitc2c2b9c4b0571f4e6050de78ae8fd813d1be7431 (patch)
tree12d9d04d58daec7558ab0ae63c7c52ac7d14642f /TODO
downloadlibpam-radius-auth-c2c2b9c4b0571f4e6050de78ae8fd813d1be7431.tar.gz
libpam-radius-auth-c2c2b9c4b0571f4e6050de78ae8fd813d1be7431.zip
Commit of version 1.3.17
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 15 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..2dde785
--- /dev/null
+++ b/TODO
@@ -0,0 +1,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.
+
+------------------------------------------------------------