summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4af8eca)
raw | patch | inline | side by side (parent: 4af8eca)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 30 Apr 2007 09:05:58 +0000 (09:05 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 30 Apr 2007 09:05:58 +0000 (09:05 +0000) |
Fixed undefiend index
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6213 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6213 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Migrate.inc | patch | blob | history |
index c6f4cc8f2f72b7fe2a3146b2d1c895a5589740f7..e8973ed1d89f2e470b98f26466f6fbbed528ea9f 100644 (file)
}
$this->check_uidNumbers= array();
+ $tmp = array();
while($attrs = $ldap->fetch()){
$tmp[$attrs['uidNumber'][0]][] = $attrs;
}
}
$this->check_gidNumbers= array();
+ $tmp = array();
while($attrs = $ldap->fetch()){
$tmp[$attrs['gidNumber'][0]][] = $attrs;
}
return(FALSE);
}else{
+ echo "REMOVE this : Autocreation of the root object will be donw be create_missing_trees later. !!!!!!!";
+
/* Try to find out which values are necessary */
$tmp = $ldap->get_objectclasses();
$oc = $tmp['organization'];