privacyidea / FreeRADIUS

Add two factor authentication to FreeRADIUS via privacyIDEA
GNU General Public License v2.0
19 stars 17 forks source link

Support FreeRADIUS 3 #11

Closed plettich closed 5 years ago

plettich commented 6 years ago

there are some issues getting this to work with FreeRADIUS 3 (default on debian 9.4). My changes:

I also removed all other enabled sites. On debian 9.4 you also need to remove the libjson-xs-perl-package since it breaks when running in threaded mode: https://cygwin.com/ml/cygwin/2016-03/msg00033.html Radius still complains about $RAD_REPLY{'Class'} not being defined but the request goes through. Oh, and use User-Password=... for radclient instead of just Password=....

cornelinux commented 5 years ago

@plettich I think we support freeradius 3 now. The centos packages and UCS packages build that way. So the issue could be closed, right? Or is it more of a packaging issue, so it should be move to another repo?

cornelinux commented 5 years ago

I suggest to add two directories with the corresponding config:

freeradius2/privacyidea freeradius3/privacyidea

cornelinux commented 5 years ago

OK, working on packaging for FreeRADIUS2 / Ubuntu 18.04