]> code.citadel.org Git - citadel.git/blob - webcit/static/t/tab_siteconfig_directory.html
* HAIL MELD!
[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")>'></td></tr>
12
13
14 <tr><td><?_("Port number of LDAP server (blank to disable)")></td><td>
15 <input type="text" NAME="c_ldap_port" MAXLENGTH="127" VALUE='<?SERV:CFG("c_ldap_port")>'></td></tr>
16
17 <tr><td><?_("Base DN")></td><td>
18 <input type="text" NAME="c_ldap_base_dn" MAXLENGTH="255" VALUE='<?SERV:CFG("c_ldap_base_dn")>'></td></tr>
19
20 <tr><td><?_("Bind DN")></td><td>
21 <input type="text" NAME="c_ldap_bind_dn" MAXLENGTH="255" VALUE='<?SERV:CFG("c_ldap_bind_dn")>'></td></tr>
22
23 <tr><td><?_("Password for bind DN")></td><td>
24 <input type="password" NAME="c_ldap_bind_pw" MAXLENGTH="255" VALUE='<?SERV:CFG("c_ldap_bind_pw")>'></td></tr>
25
26
27 </table>