"zhangshuai" <zhangshuai@goldentek.biz> wrote:
Now I found that b2bua can talk to radius server directly, without using radius client.
Uh, no. The only way to talk to a RADIUS server is via RADIUS.
rad_check_password: Found Auth-Type System auth: type "System" Processing the authenticate section of radiusd.conf modcall: entering group authenticate for request 0 modcall[authenticate]: module "unix" returns notfound for request 0
So... the user isn't in /etc/passwd.
And this is part of my radcheck table on radius server:
+----+-----------------------------+---------------+----+-------+ | id | UserName | Attribute | op | Value | +----+-----------------------------+---------------+----+-------+ | 1 | 41001@localhost.localdomain | User-Password | := | 1001 | | 2 | 41004@localhost.localdomain | User-Password | := | 1004 | +----+-----------------------------+---------------+----+-------+
Could anyone tell me how to config b2bua and radius to make them work fine?
Don't set Auth-Type. Alan DeKok.