Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2009-08-31 20:49:09 +0200
committerArthur de Jong <arthur@arthurdejong.org>2009-08-31 20:49:09 +0200
commitd82b61ae5518f03f5df18b5d132f103a88bf9777 (patch)
tree05f3fa45fa52726fc4480efea75ecec221b51114 /tests
parent3cd98e069c2f6e2f9de78148af196578eb40cc67 (diff)
rename software to nss-pam-ldapd
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@978 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'tests')
-rw-r--r--tests/README6
-rw-r--r--tests/test_cfg.c2
-rw-r--r--tests/test_common.c2
-rw-r--r--tests/test_dict.c2
-rw-r--r--tests/test_getpeercred.c2
-rw-r--r--tests/test_myldap.c2
-rwxr-xr-xtests/test_nsscmds.sh2
-rw-r--r--tests/test_set.c2
-rw-r--r--tests/test_tio.c2
9 files changed, 11 insertions, 11 deletions
diff --git a/tests/README b/tests/README
index 79cfeb6..0b70ef6 100644
--- a/tests/README
+++ b/tests/README
@@ -3,9 +3,9 @@ This document tries to descrive the test in this directory. Most of these
tests should be self-explanitory as they should be simple unit tests of the
shipped modules (more unit tests are welcome).
-Since nss-ldapd is meant for providing data from an LDAP server for some tests
-you should have an LDAP server and for even other tests you need to have
-nss-ldapd installed (patches for using LD_PRELOAD or similar tricks instead
+Since nss-pam-ldapd is meant for providing data from an LDAP server for some
+tests you should have an LDAP server and for even other tests you need to have
+nss-pam-ldapd installed (patches for using LD_PRELOAD or similar tricks instead
are welcome).
For this a test setup should be made (the tests are ignored if no such setup
diff --git a/tests/test_cfg.c b/tests/test_cfg.c
index ce16a48..269b57c 100644
--- a/tests/test_cfg.c
+++ b/tests/test_cfg.c
@@ -1,6 +1,6 @@
/*
test_cfg.c - simple test for the cfg module
- This file is part of the nss-ldapd library.
+ This file is part of the nss-pam-ldapd library.
Copyright (C) 2007, 2009 Arthur de Jong
diff --git a/tests/test_common.c b/tests/test_common.c
index d8aa35b..89856d4 100644
--- a/tests/test_common.c
+++ b/tests/test_common.c
@@ -1,6 +1,6 @@
/*
test_common.c - simple test for the common module
- This file is part of the nss-ldapd library.
+ This file is part of the nss-pam-ldapd library.
Copyright (C) 2008 Arthur de Jong
diff --git a/tests/test_dict.c b/tests/test_dict.c
index 0684fc2..905d916 100644
--- a/tests/test_dict.c
+++ b/tests/test_dict.c
@@ -1,6 +1,6 @@
/*
test_dict.c - simple test for the dict module
- This file is part of the nss-ldapd library.
+ This file is part of the nss-pam-ldapd library.
Copyright (C) 2007, 2008 Arthur de Jong
diff --git a/tests/test_getpeercred.c b/tests/test_getpeercred.c
index 73786c8..13edf97 100644
--- a/tests/test_getpeercred.c
+++ b/tests/test_getpeercred.c
@@ -1,6 +1,6 @@
/*
test_getpeercred.c - simple test for the peercred module
- This file is part of the nss-ldapd library.
+ This file is part of the nss-pam-ldapd library.
Copyright (C) 2008 Arthur de Jong
diff --git a/tests/test_myldap.c b/tests/test_myldap.c
index 23ac574..5cf3a31 100644
--- a/tests/test_myldap.c
+++ b/tests/test_myldap.c
@@ -1,6 +1,6 @@
/*
test_myldap.c - simple test for the myldap module
- This file is part of the nss-ldapd library.
+ This file is part of the nss-pam-ldapd library.
Copyright (C) 2007 Arthur de Jong
diff --git a/tests/test_nsscmds.sh b/tests/test_nsscmds.sh
index 2469a97..388c140 100755
--- a/tests/test_nsscmds.sh
+++ b/tests/test_nsscmds.sh
@@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA
-# This script expects to be run in an environment where nss-ldapd
+# This script expects to be run in an environment where nss-pam-ldapd
# is deployed with an LDAP server with the proper contents (nslcd running).
# FIXME: update the above description and provide actual LDIF file
# It's probably best to run this in an environment without nscd.
diff --git a/tests/test_set.c b/tests/test_set.c
index ccd5891..7ebfe4e 100644
--- a/tests/test_set.c
+++ b/tests/test_set.c
@@ -1,6 +1,6 @@
/*
test_set.c - simple test for the set module
- This file is part of the nss-ldapd library.
+ This file is part of the nss-pam-ldapd library.
Copyright (C) 2008 Arthur de Jong
diff --git a/tests/test_tio.c b/tests/test_tio.c
index 6f4410d..0e2a3e8 100644
--- a/tests/test_tio.c
+++ b/tests/test_tio.c
@@ -1,6 +1,6 @@
/*
test_tio.c - simple test for the tio module
- This file is part of the nss-ldapd library.
+ This file is part of the nss-pam-ldapd library.
Copyright (C) 2007, 2008 Arthur de Jong