mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 00:41:25 -06:00
f4d2f2a65b
This script edits nsswitch.conf to use either ldap (autofs) or sss (sssd) to find automount maps. NFSv4 services are started so Kerberos encryption and/or integrity can be used on the maps. https://fedorahosted.org/freeipa/ticket/1233 https://fedorahosted.org/freeipa/ticket/2193
15 lines
177 B
Makefile
15 lines
177 B
Makefile
NULL =
|
|
|
|
sbin_SCRIPTS = \
|
|
ipa-client-install \
|
|
ipa-client-automount \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(sbin_SCRIPTS) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|