summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5cada75)
raw | patch | inline | side by side (parent: 5cada75)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 1 Feb 2006 11:42:13 +0000 (11:42 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 1 Feb 2006 11:42:13 +0000 (11:42 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2613 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiManagement.inc | patch | blob | history |
index a55ebc356efe257c0b1a6a9f58a2b4fdda9ab6d2..a55f831e346a52e68844650d1fa33fb59381e3f0 100644 (file)
/* Assign possible attributes */
$this->lock_type = "branch";
$this->lock_name = $name;
- $this->lock_dn = "ou=".$name.",".$baseToUse;
+ $this->lock_dn = $baseToUse;
$this->postcreate();
$this->dispNewBranch = false;
}