[v4.0] only run in debug mode (radiusd -X)
hello folks, I install freeradius-server v4 from source and it only runs correctly in debug mode (radiusd -X). How to run via systemctl or via init.d? -- Elias Pereira
On Apr 4, 2018, at 10:41 AM, Elias Pereira <empbilly@gmail.com> wrote:
hello folks,
I install freeradius-server v4 from source
Don't use v4 unless you know what you're doing.
and it only runs correctly in debug mode (radiusd -X).
How to run via systemctl or via init.d?
You have to manually install those. The v4 "source install" isn't an RPM or Debian package. As a result, it doesn't install OS-specific things. But don't use v4 unless you're interested in contributing patches, documentation, etc. Version 4 hasn't had a public release because the general public shouldn't be using it. Alan DeKok.
It is a test environment that I configured to authenticate samba4 AD clients via mschapv2 with pfsense captive portal. I would like to make this part of the systemd work, if possible in this version. You have to manually install those. Ok. I already did the installation via source. Now I would like to configure the service via systemd. How could I do that? On Wed, Apr 4, 2018 at 12:00 PM, Alan DeKok <aland@deployingradius.com> wrote:
On Apr 4, 2018, at 10:41 AM, Elias Pereira <empbilly@gmail.com> wrote:
hello folks,
I install freeradius-server v4 from source
Don't use v4 unless you know what you're doing.
and it only runs correctly in debug mode (radiusd -X).
How to run via systemctl or via init.d?
You have to manually install those. The v4 "source install" isn't an RPM or Debian package. As a result, it doesn't install OS-specific things.
But don't use v4 unless you're interested in contributing patches, documentation, etc. Version 4 hasn't had a public release because the general public shouldn't be using it.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
-- Elias Pereira
On Apr 4, 2018, at 4:46 PM, Elias Pereira <empbilly@gmail.com> wrote:
It is a test environment that I configured to authenticate samba4 AD clients via mschapv2 with pfsense captive portal.
I would like to make this part of the systemd work, if possible in this version.
You have to manually install those.
Ok. I already did the installation via source. Now I would like to configure the service via systemd.
How could I do that?
Copy the unit file from redhat/ or debian/ to /usr/local/lib/systemd/system or any of the other hundred paths you can put unit files. -Arran
Thanks for all the answers!!! :D I was able to resolve my question as follows: # cp sbin/rc.radiusd /etc/init.d/radiusd # update-rc.d radiusd start 80 2 3 4 5 . stop 20 0 1 6 . On Wed, Apr 4, 2018 at 1:31 PM, Arran Cudbard-Bell < a.cudbardb@freeradius.org> wrote:
On Apr 4, 2018, at 4:46 PM, Elias Pereira <empbilly@gmail.com> wrote:
It is a test environment that I configured to authenticate samba4 AD clients via mschapv2 with pfsense captive portal.
I would like to make this part of the systemd work, if possible in this version.
You have to manually install those.
Ok. I already did the installation via source. Now I would like to configure the service via systemd.
How could I do that?
Copy the unit file from redhat/ or debian/ to /usr/local/lib/systemd/system or any of the other hundred paths you can put unit files.
-Arran - List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
-- Elias Pereira
On Apr 4, 2018, at 11:46 AM, Elias Pereira <empbilly@gmail.com> wrote:
It is a test environment that I configured to authenticate samba4 AD clients via mschapv2 with pfsense captive portal.
I would STRONGLY recommend using 3.0.16. It does everything you need it to do. If you run into issues with v4, our response will generally be "we know, that's not done yet, use v3." So you might as well use v3 now. Alan DeKok.
participants (3)
-
Alan DeKok -
Arran Cudbard-Bell -
Elias Pereira