![]() |
| |||||||
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
| |||
| Hi, I try to use mod_auth_xradius with more than one server. If I use only one Server record everything works fine. But with two configured I always get the error.log message: ================================================== ====================== [Tue Jul 01 21:06:59 2008] [error] [client 192.168.0.29] xradius: Failed to add server '\x01:1645': (-1) \x01: host not found [Tue Jul 01 21:06:59 2008] [error] [client 192.168.0.29] user John Doe: authentication failure for "/~alexander/": Password Mismatch ================================================== ====================== my configuration looks like: ================================================== ====================== AuthName "Private Area" AuthType basic AuthBasicProvider xradius AuthXRadiusAddServer "127.0.0.1:1645" "testing123" AuthXRadiusAddServer "192.168.0.28:1645" "testing123" AuthXRadiusTimeout 2 AuthXRadiusRetries 2 require valid-user ================================================== ====================== The problem seems to be somewhere in the "src/mod_auth_xradius.c" of the module. I tried to do some debugging using status outputs in the source file. But I do not know how to debug this with gdb for example to get more inside. Does somebody heard about this issue? Cheers Alex |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |