diff --git a/apps/user_ldap/group_ldap.php b/apps/user_ldap/group_ldap.php index a55c906486..b9d00fc78a 100644 --- a/apps/user_ldap/group_ldap.php +++ b/apps/user_ldap/group_ldap.php @@ -40,6 +40,7 @@ * Checks whether the user is member of a group or not. */ public function inGroup($uid, $gid) { + return array(); } /** @@ -51,6 +52,7 @@ * if the user exists at all. */ public function getUserGroups($uid) { + return array(); } /** @@ -58,6 +60,7 @@ * @returns array with user ids */ public function getUsersInGroup($gid) { + return array(); } /**