* directrix1: "Enable host based authentication mode" config option show the right...
authorWilfried Göesgens <willi@citadel.org>
Sat, 18 Oct 2008 18:29:22 +0000 (18:29 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 18 Oct 2008 18:29:22 +0000 (18:29 +0000)
webcit/static/t/tab_siteconfig_access.html

index 4994ab0fa80d982950d4582ea30f083ed5bb56d5..2d9ccdb9d9958186754b07a83610d57d8ce379d0 100644 (file)
 <input type="checkbox" NAME="c_disable_newu" VALUE="yes" <?%("COND:SERVCFG", 1, "c_disable_newu", 1, "CHECKED", "")>></td></tr>
 
 <tr><td><?_("Enable host based authentication mode")></td><td>
-<input type="hidden" NAME="c_auth_mode" VALUE='<?%("COND:SERVCFG", 1, "c_auth_mode", 0, "'Yes'", "'No'")>'>
-<?!("COND:SERVCFG", 1, "c_auth_mode", 0)>
+<input type="hidden" NAME="c_auth_mode" VALUE='<?%("COND:SERVCFG", 1, "c_auth_mode", 1, "'Yes'", "'No'")>'>
+<?!("COND:SERVCFG", 1, "c_auth_mode", 1)>
 <?_("Yes")>
 <?!("X", 1)>
-<??("COND:SERVCFG", 2, "c_auth_mode", 0)>
+<??("COND:SERVCFG", 2, "c_auth_mode", 1)>
 <?_("No")>
 <??("X", 2)>
 </td></tr>