more font size tweaks.
[citadel.git] / webcit / static / t / aide / siteconfig / tab_directory.html
1 <div class="conftitle"><?_("Configure the LDAP connector for Citadel")></div>
2
3 <??("COND:SERV:LDAP_ENABLED", 1)><div class="confdescr"><?_("Changes made on this screen will not take effect until you restart the Citadel server.")></div><??("X", 1)>
4 <?!("COND:SERV:LDAP_ENABLED", 2)><div class="confdescr"><?_("NOTE: This Citadel server has been built without LDAP support.  These options will have no effect.")></div><??("X", 2)>
5
6 <hr>
7 <table border="0">
8
9 <tr><td><?_("Host name of LDAP server (blank to disable)")></td><td>
10 <input type="text" NAME="c_ldap_host" MAXLENGTH="127" VALUE='<?SERV:CFG("c_ldap_host")>'></td></tr>
11
12
13 <tr><td><?_("Port number of LDAP server (blank to disable)")></td><td>
14 <input type="text" NAME="c_ldap_port" MAXLENGTH="127" VALUE='<?SERV:CFG("c_ldap_port")>'></td></tr>
15
16 <tr><td><?_("Base DN")></td><td>
17 <input type="text" NAME="c_ldap_base_dn" MAXLENGTH="255" VALUE='<?SERV:CFG("c_ldap_base_dn")>'></td></tr>
18
19 <tr><td><?_("Bind DN")></td><td>
20 <input type="text" NAME="c_ldap_bind_dn" MAXLENGTH="255" VALUE='<?SERV:CFG("c_ldap_bind_dn")>'></td></tr>
21
22 <tr><td><?_("Password for bind DN")></td><td>
23 <input type="password" NAME="c_ldap_bind_pw" MAXLENGTH="255" VALUE='<?SERV:CFG("c_ldap_bind_pw")>'></td></tr>
24
25
26 </table>