On Wed, Apr 13, 2016 at 08:26:37 -0400, Tony Zhou wrote: > It seems that RADIUS support is not included in the current release > (0.11.1-1) of ocserv. When starting > ocserv with configuration that uses radius for authentication, it gives > the following error: > > tony@vpn:~$ sudo ocserv -f -c /etc/ocserv/ocserv.conf > Unknown or unsupported auth method: > radius[config=/etc/radcli/radiusclient.conf] > > Also, it seems that libradcli4 dependency has been removed. Please > consider re-include radius support.
Confirmed, also shown in the build logs: https://buildd.debian.org/status/fetch.php?pkg=ocserv&arch=i386&ver=0.11.1-1&stamp=1460003584 This is due to #820920, libradcli-dev does not install its pkg-config file. Until that is fixed, ocserv could be built with RADCLI_CFLAGS and RADCLI_LIBS specified explicitly as a workaround. -- mike