summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c9e8471)
raw | patch | inline | side by side (parent: c9e8471)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 19 Apr 2007 13:21:07 +0000 (13:21 +0000) | ||
committer | hickert <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
index dd2182b2fc2d5de99a0620b2a169919eee83ff70..8d4cf4f969e7e4ad43987f6af7b1937aa3278505 100644 (file)
var $errorlvl = FALSE;
var $include_personal_title = FALSE;
- var $rfc2307bis = FALSE;
var $pwd_rules = array("pwminlen" => 6,
"pwminlen_active" => FALSE,
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)
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)
--- a/setup/setup_config1.tpl
+++ b/setup/setup_config1.tpl
</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}
diff --git a/setup/setup_ldap.tpl b/setup/setup_ldap.tpl
index 289a0f35a80b2983c843ece70991dd4af5227433..3917f22632c5cbee385e070ed1c9d274bf3335a3 100644 (file)
--- a/setup/setup_ldap.tpl
+++ b/setup/setup_ldap.tpl
</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">