summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d24f724)
raw | patch | inline | side by side (parent: d24f724)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 26 Oct 2006 04:43:06 +0000 (04:43 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 26 Oct 2006 04:43:06 +0000 (04:43 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4942 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/class_groupGeneric.inc | patch | blob | history |
diff --git a/plugins/admin/groups/class_groupGeneric.inc b/plugins/admin/groups/class_groupGeneric.inc
index 3f87a2a171c8efcf61131b01e7b2a466a7212117..a03f6a91ec3a8ac9c53f8ac9b120a2cae6d5d8ec 100644 (file)
$this->base= dn2base($ui->dn);
}
} else {
- $this->base= preg_replace ("/^[^,]+,[^,]+,/", "", $this->dn);
+
+ /* Get object base */
+ $this->base =preg_replace ("/^[^,]+,".normalizePreg(get_groups_ou())."/","",$this->dn);
}
/* This is always an account */