Hi Again
I have re-read the howto and it states that I should comment out the include line for the dictionary.ser file in the dictionary file for radiusclient-ng. Should I do the same for the server ? I did it for the client by adding the following line to the radiusclient-ng file
$INCLUDE /usr/local/etc/radiusclient-ng/dictionary.ser
This gave the following errror
Jun 16 12:08:12 [4781] ERROR:acc:init_acc_rad: failed to read radius dictionary Jun 16 12:08:12 [4781] ERROR:acc:mod_init: failed to init radius Jun 16 12:08:12 [4781] ERROR:core:init_mod: failed to initialize module acc Jun 16 12:08:12 [4781] ERROR:core:main: error while initializing modules
However if I do edit the radiusclient.conf file and point the dictionary directly to /usr/local/etc/radiusclient-ng/dictionary.ser openser appears to launch normally. Although nothing is added to the radius db.
In short.
Should I include the server as well ?
Is my include line for the client correct ?
Thanks.
-----Original Message----- From: users-bounces@lists.openser.org [mailto:users-bounces@lists.openser.org] On Behalf Of Iñaki Baz Castillo Sent: Monday, June 16, 2008 1:01 PM To: users@lists.openser.org Subject: Re: [OpenSER-Users] Acc/CDRTool Issue
El Monday 16 June 2008 11:19:58 Ali Jawad escribió:
Hi The server and client are on the same machine.
The freeradius server config files are on /etc/raddb/
So I did copy it to that dir
[root@localhost radiusclient-ng]# cd /etc/raddb/ [root@localhost raddb]# pwd /etc/raddb [root@localhost raddb]# ls dictionary.ser dictionary.ser [root@localhost raddb]#
That's not enough. Check that you FreeRadius "dictionary" file has an #INCLUDE pointing to that file.