summaryrefslogtreecommitdiff
path: root/nsswitch/tests/test_idmap_ad.sh
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2020-08-11 12:34:14 +0200
committerJeremy Allison <jra@samba.org>2020-08-17 19:35:38 +0000
commit6c42bc48f467c0b469c386649f80cd7a67cc436e (patch)
tree7ebe9395dd58a250541fcb3565f38865c57879b2 /nsswitch/tests/test_idmap_ad.sh
parentf05f40316dd95a01d765095f431a652cb548894e (diff)
downloadsamba-6c42bc48f467c0b469c386649f80cd7a67cc436e.tar.gz
tests: Fix typos
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'nsswitch/tests/test_idmap_ad.sh')
-rwxr-xr-xnsswitch/tests/test_idmap_ad.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/nsswitch/tests/test_idmap_ad.sh b/nsswitch/tests/test_idmap_ad.sh
index d919dcd09e2..46c637f7649 100755
--- a/nsswitch/tests/test_idmap_ad.sh
+++ b/nsswitch/tests/test_idmap_ad.sh
@@ -37,13 +37,13 @@ fi
BASE_DN=$($ldbsearch -H ldap://$DC_SERVER -b "" -s base defaultNamingContext | awk '/^defaultNamingContext/ {print $2}')
if [ $? -ne 0 ] ; then
- echo "Could not find base DB" | subunit_fail_test "test_idmap_ad"
+ echo "Could not find base DN" | subunit_fail_test "test_idmap_ad"
exit 1
fi
TRUST_BASE_DN=$($ldbsearch -H ldap://$TRUST_SERVER -b "" -s base defaultNamingContext | awk '/^defaultNamingContext/ {print $2}')
if [ $? -ne 0 ] ; then
- echo "Could not find trusted base DB" | subunit_fail_test "test_idmap_ad"
+ echo "Could not find trusted base DN" | subunit_fail_test "test_idmap_ad"
exit 1
fi