summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 237a827)
raw | patch | inline | side by side (parent: 237a827)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 1 Feb 2006 11:50:10 +0000 (11:50 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 1 Feb 2006 11:50:10 +0000 (11:50 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2614 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiManagement.inc | patch | blob | history |
index a55f831e346a52e68844650d1fa33fb59381e3f0..1dec0757b36f43527115d9c138e026d446de3f94 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();
}
}