From 39c716060f2de88317d89d8fa1eead144c52ce6a Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Thu, 6 Feb 2003 11:14:34 +0000 Subject: [PATCH] added more authentication tests --- tests/authentication/authentication.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tests/authentication/authentication.php b/tests/authentication/authentication.php index 0910e56..d8a05a9 100644 --- a/tests/authentication/authentication.php +++ b/tests/authentication/authentication.php @@ -43,8 +43,13 @@ if (checkSession()) { echo "Testing LDAP authentication"; // user credentials to authenticate - $sUserName = "michael"; - $sPassword = "pass123"; + $sUserName = "michael"; $sPassword = "pass123"; + echo ""; + + $sUserName = "rob"; $sPassword = "rob123"; + echo ""; + + $sUserName = "mukhtar"; $sPassword = "mukhtar123"; echo ""; } ?> -- libgit2 0.21.4