Mihaly Zachar wrote:
Hi everybody,
I'm playing with SER andd I would like to add tha auth_radius module..
versions:
ser: 0.8.14
radiusclient: 0.4.8
The compilation went well, but when I start SER, it says:
0(31749) DEBUG: init_mod: auth_radius
0(31749) auth_radius - Initializing
0(31749) auth_radius: No `Cisco' vendor in Radius dictionary
0(31749) find_export: found <pre_auth> in module auth
[/usr/local/lib/ser/modules/auth.so]
0(31749) find_export: found <post_auth> in module auth
[/usr/local/lib/ser/modules/auth.so]
0(31749) ERROR: auth_radius: can't get code for the User-Name attribute
0(31749) init_mod(): Error while initializing module auth_radius
ERROR: error while initializing modules
I used the wrong dictionary file :-(
sip_dictionary should be used from ser's source tree...
solved, thanks
Misi