Nimal,
On 22-03 23:23, Nimal Ratnayake wrote:
Hi Jan,
Thanks for the updates. The segmentation fault is fixed, but the problem is not completely solved yet.
First, the following error appeared in the log.
rc_avpair_new: unknown attribute 1072
Modifying the radiusclient dictionary and the radius server dictionary solved that problem.
OK.
Now it appears that the password is not sent to the radius server, according to the log on the radius server:
Sat Mar 22 23:01:48 2003 : Auth: rlm_unix: Attribute "User-Password" is required for authentication. Sat Mar 22 23:01:48 2003 : Auth: Login incorrect: [nimalr@voip.pdn.ac.lk] (from client voip port 5060)
I am using radiusclient 0.3.2 (on RedHat Linux 8.0) and freeradius 0.8.1 (on FreeBSD 4.3).
SER sends no User-Password attribute, digest authentication is used and you will have to enable it in freeradius. SER sends all the attributes found in digest response from client and there is no plaintext password.
Jan.