Code

Use base instead of full dn
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 1 Feb 2006 11:42:13 +0000 (11:42 +0000)
committerhickert <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

index a55ebc356efe257c0b1a6a9f58a2b4fdda9ab6d2..a55f831e346a52e68844650d1fa33fb59381e3f0 100644 (file)
@@ -344,7 +344,7 @@ class faiManagement extends plugin
         /* 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; 
       }