Code

Changed all post vars
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 1 Feb 2006 11:50:10 +0000 (11:50 +0000)
committerhickert <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

index a55f831e346a52e68844650d1fa33fb59381e3f0..1dec0757b36f43527115d9c138e026d446de3f94 100644 (file)
@@ -450,7 +450,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();
       }
     }