5cec44eab203b0a5af932f5967f5f4d7ea5919ea
[citadel.git] / webcit / static / t / tab_siteconfig_directory.html
1 <center>
2 <h1><?_("Configure the LDAP connector for Citadel")></h1>
3
4 <??("COND:SUBST", 1, "SERV:LDAP_SUPP", "1")><h2><?_("Changes made on this screen will not take effect until you restart the Citadel server.")></h2><??("X", 1)>
5 <?!("COND:SUBST", 2, "SERV:LDAP_SUPP", "1")><h2><?_("NOTE: This Citadel server has been built without LDAP support.  These options will have no effect.")></h2><??("X", 2)>
6
7 </center>
8 <table border="0">
9
10 <tr><td><?_("Host name of LDAP server (blank to disable)")></td><td>
11 <input type="text" NAME="c_ldap_host" MAXLENGTH="127" VALUE='<?SERV:CFG("c_ldap_host")>'>
12 </td></tr>
13
14
15 <tr><td><?_("Port number of LDAP server (blank to disable)")></td><td>
16 <input type="text" NAME="c_ldap_port" MAXLENGTH="127" VALUE='<?SERV:CFG("c_ldap_port")>'>
17 </td></tr>
18
19
20 <tr><td><?_("Base DN")></td><td>
21 <input type="text" NAME="c_ldap_base_dn" MAXLENGTH="255" VALUE='<?SERV:CFG("c_ldap_base_dn")>'>
22 </td></tr>
23
24
25 <tr><td><?_("Bind DN")></td><td>
26 <input type="text" NAME="c_ldap_bind_dn" MAXLENGTH="255" VALUE='<?SERV:CFG("c_ldap_bind_dn")>'>
27 </td></tr>
28
29
30 <tr><td><?_("Password for bind DN")></td><td>
31 <input type="password" NAME="c_ldap_bind_pw" MAXLENGTH="255" VALUE='<?SERV:CFG("c_ldap_bind_pw")>'>
32 </td></tr>
33
34
35 </table>