diff --git a/html/includes/authentication/active_directory.inc.php b/html/includes/authentication/active_directory.inc.php index 0773a108e..659f5cba6 100644 --- a/html/includes/authentication/active_directory.inc.php +++ b/html/includes/authentication/active_directory.inc.php @@ -45,7 +45,7 @@ function authenticate($username, $password) { else { // group membership is not required and user is valid return 1; - }; + } } else { return 0;