*** empty log message ***
authorivan <ivan>
Sun, 15 Apr 2001 13:56:54 +0000 (13:56 +0000)
committerivan <ivan>
Sun, 15 Apr 2001 13:56:54 +0000 (13:56 +0000)
TODO
htdocs/docs/session.html

diff --git a/TODO b/TODO
index d027653..52b88fd 100644 (file)
--- 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!)
 
index bd8edba..ed7b2ea 100644 (file)
@@ -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>