summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 87f8edd)
raw | patch | inline | side by side (parent: 87f8edd)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 Dec 2007 13:32:13 +0000 (13:32 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 Dec 2007 13:32:13 +0000 (13:32 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@8016 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Migrate.inc | patch | blob | history |
index 05954715014de87bbc5cd21fbd393dd7181419f1..3fbf17ab8ca43853cc052237a6a96d235f58750d 100644 (file)
$valid_deps['/'] = $cv['base'];
$ldap->search("(&(objectClass=gosaDepartment)(ou=*))",array("dn","ou"));
while($attrs = $ldap->fetch()){
- $valid_deps[$attrs['ou'][0]] = $attrs['dn'];
+ $valid_deps[] = $attrs['dn'];
}
/***********
$valid_deps['/'] = $cv['base'];
$ldap->search("(&(objectClass=gosaDepartment)(ou=*))",array("dn","ou"));
while($attrs = $ldap->fetch()){
- $valid_deps[$attrs['ou'][0]] = $attrs['dn'];
+ $valid_deps[] = $attrs['dn'];
}
/***********