summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: efc4e81)
raw | patch | inline | side by side (parent: efc4e81)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 10 May 2006 14:59:53 +0000 (14:59 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 10 May 2006 14:59:53 +0000 (14:59 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3270 594d385d-05f5-0310-b6e9-bd551577e9d8
TODO | patch | blob | history | |
include/class_plugin.inc | patch | blob | history |
index 3a7cfd1d22675480423a66309f5048bd604e5f90..9080d558413251b371b4727cd606150ba205e083 100644 (file)
--- a/TODO
+++ b/TODO
will have to other plugins
* Enhance show_ldap_error() with an additional programmer supplied message
* Change FAIstate when triggering actions
+* Changing LDAP-Servers -> start tab!
Target for 2.5:
index bab07709a5bb257c505272a0d67e806e3fb93fb8..4b0248f36c44e63599247094eb1fd53b41d642c9 100644 (file)
--- a/include/class_plugin.inc
+++ b/include/class_plugin.inc
$ldap= $this->config->get_ldap_link();
$ldap->cat($dn, array('gosaUnitTag', 'objectClass'));
$attrs= $ldap->fetch();
- if (!in_array_ics("gosaAdministrativeUnitTag", $attrs['objectClass'])){
+ if (isset($attrs['objectClass']) && !in_array_ics("gosaAdministrativeUnitTag", $attrs['objectClass'])){
echo "DEBUG: $dn is not tagged<br>";
return;
}