mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 17:01:14 -06:00
203754691c
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
12 lines
199 B
SYSTEMD
12 lines
199 B
SYSTEMD
[Unit]
|
|
Description=ipa-otpd socket
|
|
|
|
[Socket]
|
|
ListenStream=@krb5kdcdir@/DEFAULT.socket
|
|
ExecStopPre=@UNLINK@ @krb5kdcdir@/DEFAULT.socket
|
|
SocketMode=0600
|
|
Accept=true
|
|
|
|
[Install]
|
|
WantedBy=krb5kdc.service
|