SASL AuthN to LDAP

Brian Candler b.candler at pobox.com
Wed Oct 19 14:45:56 CEST 2016


On 18/10/2016 16:02, Brendan Kearney wrote:
> with systemd based OS's, you can created a directory, such as 
> /etc/systemd/system/radiusd.d/ and put a .conf file in there to 
> override or augment the service

Actually for completeness: all you need to do is type

systemctl edit radiusd

which will throw you into an editor. There you can set e.g.

[service]
Environment=KRB5_CLIENT_KTNAME=/etc/radiusd.keytab

and save. Under the hood, it creates 
/etc/systemd/system/radiusd.service.d/override.conf

I presume you could set radiusd command line options there too, by 
overriding ExecStart.

Regards,

Brian.



More information about the Freeradius-Users mailing list