aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-16 16:16:21 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-16 16:16:21 +0000
commit02ea98e80cf5c98b7fae54cfdb7eaa88bd439cb9 (patch)
tree79fcf76dca14d35c95f7c63ffb2e217ce4b1a987 /doc
parent0442a9bd3cda681babd8478361ec5611a7466197 (diff)
Update the RADIUS CDR module documentation (issue #7377 reported by phsultan)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34491 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/radius.txt17
1 files changed, 11 insertions, 6 deletions
diff --git a/doc/radius.txt b/doc/radius.txt
index 71b7530e6..041f072ac 100644
--- a/doc/radius.txt
+++ b/doc/radius.txt
@@ -81,15 +81,16 @@ B. Steps to follow in order to have RADIUS support:
File "dictionary"
Asterisk uses some attributes that are not included in the
- dictionary of radiusclient library, therefore it is necesarry to add
- them. A file called dictionary.asterisk was created to list all new
- attributes used by Asterisk. Add into file
+ dictionary of radiusclient library, therefore it is necessary to add
+ them. A file called dictionary.digium (kept in the contrib dir)
+ was created to list all new attributes used by Asterisk.
+ Add to the end of the main dictionary file
/usr/local/etc/radiusclient-ng/dictionary
the line:
- $INCLUDE /path/to/dictionary.asterisk
+ $INCLUDE /path/to/dictionary.digium
- 2.FreeRADIUS Server
+ 2.FreeRADIUS Server (Version 1.1.1)
2.a Installation
Download sources tarball from:
@@ -135,9 +136,13 @@ B. Steps to follow in order to have RADIUS support:
File "dictionary"
+ Note : as of version 1.1.2, the dictionary.digium file ships with FreeRADIUS.
+ The following procedure brings the dictionary.digium file to previous versions
+ of FreeRADIUS.
+
File /usr/local/etc/raddb/dictionary contains the dictionary of
FreeRADIUS server. You have to add the same dictionary file
- (dictionary.asterisk), which you added to the dictionary of radiusclient-ng
+ (dictionary.digium), which you added to the dictionary of radiusclient-ng
library. You can include it into the main file, adding the following line at the
end of file '/usr/local/etc/raddb/dictionary':