mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
This currently server supports only host and hostgroup commands for retrieving, adding and deleting entries. The incoming requests are completely unauthenticated and by default requests must be local. Utilize GSS-Proxy to manage the TGT. Configuration information is in the ipa-smartproxy man page. Design: http://www.freeipa.org/page/V3/Smart_Proxy https://fedorahosted.org/freeipa/ticket/4128 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
13 lines
298 B
Desktop File
13 lines
298 B
Desktop File
[Unit]
|
|
Description=IPA smartproxy for Foreman
|
|
After=ipa.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/ipa-smartproxy -c /etc/ipa/ipa-smartproxy.conf -d -p /var/run/ipa-smartproxy.pid
|
|
ExecReload=/bin/kill -USR1 $MAINPID
|
|
Type=forking
|
|
PIDFile=/var/run/ipa-smartproxy.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|