mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 16:31:08 -06:00
15b30e15a4
The ProxyCommand is non-executable if the user does not have a valid shell (like /sbin/nologin) so skip it in that case. https://pagure.io/freeipa/issue/7676 Signed-off-by: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
19 lines
323 B
Makefile
19 lines
323 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_DATA_DIR)/client
|
|
dist_app_DATA = \
|
|
freeipa.template \
|
|
sshd_ipa.conf.template \
|
|
ssh_ipa.conf.template \
|
|
$(NULL)
|
|
|
|
epnconfdir = $(IPA_SYSCONF_DIR)
|
|
dist_epnconf_DATA = \
|
|
epn.conf \
|
|
$(NULL)
|
|
|
|
epntemplatedir = $(IPA_SYSCONF_DIR)/epn
|
|
dist_epntemplate_DATA = \
|
|
expire_msg.template \
|
|
$(NULL)
|