From a50b0bba3e01837c13bcd42fdc906d3e4cc0d42d Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Fri, 9 Jul 2004 13:44:37 +0000 Subject: [PATCH] Updating old test with a less believable test password. --- tests/authentication/ldap.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/authentication/ldap.php b/tests/authentication/ldap.php index 05409da..d96d5a4 100644 --- a/tests/authentication/ldap.php +++ b/tests/authentication/ldap.php @@ -1,8 +1,7 @@ "; $user="michael"; -$password="psychOPomPous03"; -//$password="michael"; +s$password="michael"; $ldap["domain"]="jamwarehouse.com"; $ldap["dn"]=$user."@".$ldap["domain"]; //microsoft ldap wants the username@domai n for authentication -- libgit2 0.21.4