summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c7d0336)
raw | patch | inline | side by side (parent: c7d0336)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 10 Jul 2007 06:55:51 +0000 (06:55 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 10 Jul 2007 06:55:51 +0000 (06:55 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6791 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Migrate.inc | patch | blob | history |
index ad0c0fe0144ab90a9cb96b0a7e55caf4aa0f1a7f..15df31eddf43e832923c065455b1919790a598a7 100644 (file)
return(false);
}
+ $this->outside_groups = array();
while($attrs = $ldap->fetch()){
- $group_db_base = preg_replace("/^[^,]+,".normalizePreg($group_ou)."/","",$attrs['dn']);
+ $group_db_base = preg_replace("/^[^,]+,".normalizePreg($group_ou)."+,/i","",$attrs['dn']);
/* Check if entry is not an addressbook only user
* and verify that he is in a valid department
}
while($attrs = $ldap->fetch()){
- $people_db_base = preg_replace("/^[^,]+,".normalizePreg($people_ou)."/","",$attrs['dn']);
+ $people_db_base = preg_replace("/^[^,]+,".normalizePreg($people_ou)."/i","",$attrs['dn']);
/* Check if entry is not an addressbook only user
* and verify that he is in a valid department