From 203754691c28243dd3cf378e98390fc0a455b485 Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Thu, 11 Apr 2013 14:03:25 -0400 Subject: Add the krb5/FreeIPA RADIUS companion daemon This daemon listens for RADIUS packets on a well known UNIX domain socket. When a packet is received, it queries LDAP to see if the user is configured for RADIUS authentication. If so, then the packet is forwarded to the 3rd party RADIUS server. Otherwise, a bind is attempted against the LDAP server. https://fedorahosted.org/freeipa/ticket/3366 http://freeipa.org/page/V3/OTP --- daemons/ipa-otpd/ipa-otpd@.service.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 daemons/ipa-otpd/ipa-otpd@.service.in (limited to 'daemons/ipa-otpd/ipa-otpd@.service.in') diff --git a/daemons/ipa-otpd/ipa-otpd@.service.in b/daemons/ipa-otpd/ipa-otpd@.service.in new file mode 100644 index 000000000..b85d5a127 --- /dev/null +++ b/daemons/ipa-otpd/ipa-otpd@.service.in @@ -0,0 +1,9 @@ +[Unit] +Description=ipa-otpd service + +[Service] +EnvironmentFile=@sysconfdir@/ipa/default.conf +ExecStart=@libexecdir@/ipa-otpd $ldap_uri +StandardInput=socket +StandardOutput=socket +StandardError=syslog -- cgit