diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-08-05 21:28:23 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-08-05 21:28:23 +0000 |
commit | e267ef351a3f0e5bb36faba777d9963dcfdc7bca (patch) | |
tree | 7f9e792179c24e7e74b205ea021b4486ad686231 /tests | |
parent | a63c0da4aad5f5d3c50ebc988eb822e5bed0701f (diff) |
check whether the NSS shadow map queries LDAP before returning x as a password has for shadow users
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1487 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 7ef204d..42fd0eb 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -55,7 +55,7 @@ test_getpeercred_LDADD = ../compat/libcompat.a # common objects that are included for the tests of nslcd functionality common_nslcd_LDADD = ../nslcd/log.o ../nslcd/common.o \ - ../nslcd/myldap.o ../nslcd/attmap.o \ + ../nslcd/myldap.o ../nslcd/attmap.o ../nslcd/nsswitch.o \ ../nslcd/alias.o ../nslcd/ether.o ../nslcd/group.o \ ../nslcd/host.o ../nslcd/netgroup.o ../nslcd/network.o \ ../nslcd/passwd.o ../nslcd/protocol.o ../nslcd/rpc.o \ |