summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2001-04-15 13:56:54 +0000
committerivan <ivan>2001-04-15 13:56:54 +0000
commitec50de2b78ef1796085f4949265fbe6bc0564086 (patch)
tree5fce6d1a84bd79a77689d71ada3e60264aca68bf
parentfb13e429f8499f6eadad09c1452489ca0f4f7031 (diff)
*** empty log message ***
-rw-r--r--TODO20
-rw-r--r--htdocs/docs/session.html8
2 files changed, 7 insertions, 21 deletions
diff --git a/TODO b/TODO
index d0276531c..52b88fdce 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.61 2001-04-15 12:56:30 ivan Exp $
+$Id: TODO,v 1.62 2001-04-15 13:56:54 ivan Exp $
If you are interested in helping with any of these, please join the
*development* mailing list (send a blank message to
@@ -6,24 +6,6 @@ ivan-freeside-devel-subscribe@sisd.com) to avoid duplication of effort.
---
-********
-for 1.3.0:
-********
-
-finish transactions (svc_*.pm, fs_register/)
-
-Pg-style or universal-style locking in fs_sessmon FS/FS/nas.pm, or rewrite it
-to use a database expression that won't need it, or just dump the locking
-entirely as nas_heartbeat stuff doesn't need to be accurate; it's just informational.
-
-radius
-
-test with MySQL+Sleepycat?
-
-********
-unclassified, probably either done already or post-1.3.0
-********
-
anything doing transactions in the web interface should likely move into *.pm.
(transactions are here woo!)
diff --git a/htdocs/docs/session.html b/htdocs/docs/session.html
index bd8edbab4..ed7b2ea33 100644
--- a/htdocs/docs/session.html
+++ b/htdocs/docs/session.html
@@ -25,7 +25,6 @@ Then:
</ul>
<h2>Usage</h2>
<ul>
- <li>RADIUS
<li>Web
<ul>
<li>Copy FS-SessionClient/cgi/login.cgi and logout.cgi to your web
@@ -33,11 +32,16 @@ Then:
<li>Use <a href="http://www.apache.org/docs/suexec.html">suEXEC</a> or <a href="http://www.perl.com/CPAN-local/doc/manual/html/pod/perlsec.html#Security_Bugs">setuid</a> (see <a href="install.html">install.html</a> for details) to run login.cgi and logout.cgi as the freeside user.
</ul>
<li>Command-line
- <br><pre>freeside-login username ( portnum | ip | nasnum nasport )</pre>
+ <br><pre>freeside-login username ( portnum | ip | nasnum nasport )
+freeside-logout username ( portnum | ip | nasnum nasport )</pre>
<ul>
<li><i>username</i> is a customer username from the svc_acct table
<li><i>portnum</i>, <i>ip</i> or <i>nasport</i> and <i>nasnum</i> uniquely identify a port in the <a href="schema.html#port">port</a> database table.
</ul>
+ <li>RADIUS
+ <ul>
+ <li>Configure your RADIUS server's login and logout callbacks to use the command-line freeside-login and freeside-logout utilites.
+ </ul>
</ul>
<h2>Callbacks</h2>
<ul>