On 5/10/06, raviprakash sunkara <sunkara.raviprakash.feb14@gmail.com> wrote:
Hello Everybody,
I'm working on Openser currently . Now I integrated FreeRadius in openser.
I installed freeradius and radiusclient-ng in to box..
In client.conf file - - - - - - - - - - - - - - - - - client 192.168.2.55 { secret = radiustest shortname = hyperion. nastype =other. }
users file - - - - - - - - - - - - - - - - - test Auth-Type :=Accept, Service-Type == " SIP-Caller-AVPs" test NAS-IP-Address == "192.168.2.55" , Auth-Type := Digest, Password == "test", Reply-Message == "Hello 777 user id testing the radius server in openser. bbye" * * * * ** * * * * * * * * * * * * * * * *
Try this in the users file : test User-Password := "test" Reply-Message == "Hello 777 user id testing the radius server in openser. bbye" Auth-Type is not necessary, but set it to "digest" instead of "Digest" if you really want it. Philippe