diff --git a/tests/authentication/authentication.php b/tests/authentication/authentication.php index 462a793..b2204c3 100644 --- a/tests/authentication/authentication.php +++ b/tests/authentication/authentication.php @@ -41,5 +41,10 @@ if (checkSession()) { $aResults = $oLdapAuth->searchUsers($sSearch, $aAttributes); echo "
  • " . arrayToString($aResults) . "
  • "; + echo "Testing LDAP authentication"; + // user credentials to authenticate + $sUserName = "michael"; + $sPassword = "pass123"; + echo ""; } ?>