doh
authorivan <ivan>
Sun, 13 Oct 2002 07:14:59 +0000 (07:14 +0000)
committerivan <ivan>
Sun, 13 Oct 2002 07:14:59 +0000 (07:14 +0000)
httemplate/docs/session.html
httemplate/docs/upgrade9.html

index 7dac5fd..72e1642 100644 (file)
@@ -38,9 +38,14 @@ freeside-logout username ( portnum | ip | nasnum nasport )</pre>
       <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
+  <li>RADIUS - One of:
     <ul>
+      <li>Run the <b>freeside-sqlradius-radacctd</b> daemon to import radacct
+        records from all configured sqlradius exports:
+          <tt>freeside-sqlradius-radacctd username</tt>
       <li>Configure your RADIUS server's login and logout callbacks to use the command-line <tt>freeside-login</tt> and <tt>freeside-logout</tt> utilites.
+      <li> <i>(incomplete)</i>Use the <b>fs_radlog/fs_radlogd</b> tool to
+        import records from a text radacct file.
     </ul>
 </ul>
 <h2>Callbacks</h2>
index 478f8aa..7cf44ea 100644 (file)
@@ -13,7 +13,7 @@
   <li>Apply the following changes to your database:
 <pre>
 INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 17, 'daytime', 'en_US', 'Day Phone' );
-INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 18, 'nigh', 'en_US', 'Night Phone' );
+INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 18, 'night', 'en_US', 'Night Phone' );
 </pre>
   <li>Restart Apache and freeside-queued.
 </body>