mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-16 11:21:56 -06:00
92cd987e0a
Add three new ipa-advise plugins, to facilitate configuration of legacy clients using nss-pam-ldapd: * config-redhat-nss-pam-ldapd * config-generic-linux-nss-pam-ldapd * config-freebsd-nss-pam-ldapd https://fedorahosted.org/freeipa/ticket/3672
18 lines
280 B
Makefile
18 lines
280 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_DATA_DIR)/advise/legacy
|
|
app_DATA = \
|
|
sssd.conf.template \
|
|
pam.conf.sssd.template \
|
|
pam.conf.nss_pam_ldapd.template \
|
|
pam_conf_sshd.template \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|