summaryrefslogtreecommitdiff
path: root/httemplate/docs
diff options
context:
space:
mode:
authorivan <ivan>2002-10-13 07:14:59 +0000
committerivan <ivan>2002-10-13 07:14:59 +0000
commit225f258fc288fd8891a3681597f153e5c5c5265c (patch)
treeaa836054d5d8480f0d8aa0bac807a2f55f60ac33 /httemplate/docs
parenta5dfbdaabced96bb6a4d00026459297230a3bf5b (diff)
doh
Diffstat (limited to 'httemplate/docs')
-rw-r--r--httemplate/docs/session.html7
-rw-r--r--httemplate/docs/upgrade9.html2
2 files changed, 7 insertions, 2 deletions
diff --git a/httemplate/docs/session.html b/httemplate/docs/session.html
index 7dac5fdf7..72e16424e 100644
--- a/httemplate/docs/session.html
+++ b/httemplate/docs/session.html
@@ -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>
diff --git a/httemplate/docs/upgrade9.html b/httemplate/docs/upgrade9.html
index 478f8aa4f..7cf44ea31 100644
--- a/httemplate/docs/upgrade9.html
+++ b/httemplate/docs/upgrade9.html
@@ -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>