diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-26 13:01:49 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-26 13:01:49 +0100 |
commit | 16be7ee5d30c8bce08f32563c4fa846a6928aed4 (patch) | |
tree | c733f223e6bf7a008991307dd30999a7df3aa110 /nss/Makefile.am | |
parent | 70f10e2b6c10e7e47ab3377854e61a4534af79fb (diff) |
get rid of automount map information lookups through NSS as this is not used (at least not with glibc), autofs-ldap looks up the information on it's own (but does parse /etc/nsswitch.conf)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@124 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nss/Makefile.am')
-rw-r--r-- | nss/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nss/Makefile.am b/nss/Makefile.am index 5211caf..f128466 100644 --- a/nss/Makefile.am +++ b/nss/Makefile.am @@ -22,6 +22,6 @@ noinst_LIBRARIES = libnss.a libnss_a_SOURCES = common.c common.h prototypes.h ../nslcd-client.h \ ../nslcd.h ../nslcd-common.h \ - aliases.c automount.c ethers.c group.c hosts.c \ - netgroup.c networks.c passwd.c protocols.c rpc.c \ - services.c shadow.c + aliases.c ethers.c group.c hosts.c netgroup.c \ + networks.c passwd.c protocols.c rpc.c services.c \ + shadow.c |