Code

Updated class ldap
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 24 Feb 2010 10:12:39 +0000 (10:12 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 24 Feb 2010 10:12:39 +0000 (10:12 +0000)
commit5157b75e725a6b5079c06e413e3264369703ad22
treef4c07060111e79781effeb4e78fb1065ecd22815
parent690cc5b1ae27e1d3e7b75b0934662ce089947d85
Updated class ldap
-get_objectclasses() will return an array containing MAY and MUST attributes, instead of string when only one attribute was given.

e.g.
  -> gosaDeparment[MAY] = 'manager';
will now be
  -> gosaDeparment[MAY][0] = 'manager';

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15684 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_ldap.inc