author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Feb 2010 10:12:39 +0000 (10:12 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Feb 2010 10:12:39 +0000 (10:12 +0000) | ||
commit | 5157b75e725a6b5079c06e413e3264369703ad22 | |
tree | f4c07060111e79781effeb4e78fb1065ecd22815 | tree | snapshot |
parent | 690cc5b1ae27e1d3e7b75b0934662ce089947d85 | commit | diff |
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
-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 | diff | blob | history |