mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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
This commit is contained in:
committed by
Martin Kosek
parent
5d51ae50a5
commit
203754691c
@@ -16,6 +16,7 @@ SUBDIRS = \
|
||||
ipa-kdb \
|
||||
ipa-slapi-plugins \
|
||||
ipa-sam \
|
||||
ipa-otpd \
|
||||
$(NULL)
|
||||
|
||||
DISTCLEANFILES = \
|
||||
|
||||
Reference in New Issue
Block a user