Code

Moved rfc2307bis to ldap setup
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 19 Apr 2007 13:21:07 +0000 (13:21 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 19 Apr 2007 13:21:07 +0000 (13:21 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6134 594d385d-05f5-0310-b6e9-bd551577e9d8

setup/class_setupStep_Config1.inc
setup/class_setupStep_Ldap.inc
setup/setup_config1.tpl
setup/setup_ldap.tpl

index dd2182b2fc2d5de99a0620b2a169919eee83ff70..8d4cf4f969e7e4ad43987f6af7b1937aa3278505 100644 (file)
@@ -40,7 +40,6 @@ class Step_Config1 extends setup_step
   var $errorlvl   = FALSE;
 
   var $include_personal_title = FALSE;
-  var $rfc2307bis             = FALSE;
 
   var $pwd_rules  = array("pwminlen" => 6, 
                           "pwminlen_active" => FALSE,
@@ -56,7 +55,7 @@ class Step_Config1 extends setup_step
 
   var $crypt_methods  = array();
 
-  var $attributes = array("peopleou","groupou","peopledn","uidbase","encryption","theme","errorlvl","rfc2307bis","krbsasl",
+  var $attributes = array("peopleou","groupou","peopledn","uidbase","encryption","theme","errorlvl","krbsasl",
                           "base_hook","base_hook_active","account_expiration","strict","include_personal_title");
 
   function Step_Config1()
index 4fb1ebe6c9c57573df2366ba083c9cde0632a30c..6c4a1ab9e36eac31f5036e3bb7af395ad27b1a21 100644 (file)
@@ -35,13 +35,17 @@ class Step_Ldap extends setup_step
   var $resolve_user   = FALSE;
   var $tls            = FALSE;
 
-  var $attributes = array("connection","location","admin","password","base","tls");
-  var $header_image= "images/proxy.png";
+  var $rfc2307bis             = FALSE;
+  var $attributes = array("connection","location","admin","password","base","tls","rfc2307bis");
 
+  var $header_image= "images/proxy.png";
 
   function Step_Ldap()
   {
     $this->update_strings();
+
+    
+  
   }
 
   
index 0a117c7ac824ba8f27646e61f9f4c9bccc92faf3..2f59baca0ae67f4cd9f7c64dc94a86e31e08f56c 100644 (file)
         </div>
     </div>
 
-    <div class='step4_container'>
-        <div class='step4_name'>
-            {t}rfc2307bis compliant groups{/t}
-        </div>
-        <div class='step4_value'>
-            <select name="rfc2307bis" size="1" title="">
-            {html_options options=$bool selected=$rfc2307bis}
-            </select>
-        </div>
-    </div>
-
        <div class='step4_container'>
         <div class='step4_name'>
             {t}Relaxed naming policies{/t}
index 289a0f35a80b2983c843ece70991dd4af5227433..3917f22632c5cbee385e070ed1c9d274bf3335a3 100644 (file)
         </div>
     </div>
        {/if}
+
+    <div class='step4_container'>
+        <div class='step4_name'>
+            {t}rfc2307bis compliant groups{/t}
+        </div>
+        <div class='step4_value'>
+            <select name="rfc2307bis" size="1" title="">
+            {html_options options=$bool selected=$rfc2307bis}
+            </select>
+        </div>
+    </div>
+
 </div>
 <!-- Place cursor -->
 <script language="JavaScript" type="text/javascript">