diff --git a/plugin.php b/plugin.php index dddd058..48b2529 100644 --- a/plugin.php +++ b/plugin.php @@ -147,8 +147,7 @@ function ldapauth_is_valid_user( $value ) { { // are we checking group auth? if (defined('LDAPAUTH_GROUP_ATTR') && defined('LDAPAUTH_GROUP_REQ')) { - - if (!array_key_exists(LDAPAUTH_GROUP_ATTR, $searchResult[0])) die('Not in any LDAP groups'); + if (!array_key_exists(LDAPAUTH_GROUP_ATTR, $searchResult[0])) die('Not in any LDAP groups'); $in_group = false; $groups_to_check = explode(";", strtolower(LDAPAUTH_GROUP_REQ)); // This is now an array