Re: [sr-dev] [kamailio/kamailio] freeradius-client support for auth_radius on debian jessie (#2496)

2020-11-10 Thread Henning Westerholt
Closed #2496. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2496#event-3977833210___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] freeradius-client support for auth_radius on debian jessie (#2496)

2020-11-10 Thread Henning Westerholt
The pull request has been merged, so close this issue. Re-open if necessary. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2496#issuecomment-724571583_

Re: [sr-dev] [kamailio/kamailio] freeradius-client support for auth_radius on debian jessie (#2496)

2020-10-23 Thread Paris
@henningw there you go :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2496#issuecomment-715587546___ Kamailio (SER) - Development Mai

Re: [sr-dev] [kamailio/kamailio] freeradius-client support for auth_radius on debian jessie (#2496)

2020-10-22 Thread Henning Westerholt
@twmobius Thanks for the additional information. Could you maybe create a pull request for this change, preferable with an #ifdef that its enabled if needed? Then we can review it and integrate it to the code. -- You are receiving this because you are subscribed to this thread. Reply to this em

Re: [sr-dev] [kamailio/kamailio] freeradius-client support for auth_radius on debian jessie (#2496)

2020-10-07 Thread Paris
Ok, so an update, in order for auth_radius to work with freeradius-client `VENDOR()` must be defined in the headers. Currently `VENDOR()` is being defined in the radcli library as `#define VENDOR(x) (((x) >> 16) & 0x)`(https://github.com/radcli/radcli/blob/f0d1a1704595d62182d6a03c980ed07e9

Re: [sr-dev] [kamailio/kamailio] freeradius-client support for auth_radius on debian jessie (#2496)

2020-10-05 Thread sergey-safarov
To use freeradius-client required special build options (on CentOS). The example provided above. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2496#issuecomment-703772554___

Re: [sr-dev] [kamailio/kamailio] freeradius-client support for auth_radius on debian jessie (#2496)

2020-10-05 Thread Paris
I've noticed that freeradius-client was missing so I created a new Dockerfile to handle this like so: ``` FROM kamailio/kamailio:5.3.1-jessie RUN apt-get update RUN apt-get install -y --no-install-recommends ca-certificates build-essential git python python-pip python-setuptools file pkg-confi

Re: [sr-dev] [kamailio/kamailio] freeradius-client support for auth_radius on debian jessie (#2496)

2020-10-05 Thread sergey-safarov
looks as on Debian dist `freeradius-client` not present https://packages.debian.org/search?keywords=freeradius-client So need to compile this lib by-self. When you complete this task you can use this compile options to use freeradius-client. https://github.com/kamailio/kamailio/blob/master/pkg/k