From c93bfc52f643eb0c4ab77663a26e86823f597bec Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 30 Mar 2012 09:10:04 +0200 Subject: Group type ID detection (#660) --- lib/api/kolab_api_service_user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/api/kolab_api_service_user.php') diff --git a/lib/api/kolab_api_service_user.php b/lib/api/kolab_api_service_user.php index 8c60d33..fea9f9d 100644 --- a/lib/api/kolab_api_service_user.php +++ b/lib/api/kolab_api_service_user.php @@ -154,7 +154,7 @@ class kolab_api_service_user extends kolab_api_service $result['entrydn'] = $dn; // add user type id to the result - $result['user_type_id'] = $this->user_type_id($result['objectclass']); + $result['user_type_id'] = $this->object_type_id('user', $result['objectclass']); // Search for attributes associated with the type_id that are not part // of the results returned earlier. Example: nsrole / nsroledn / aci, etc. -- cgit v1.1