2 <h1><?_(
"Configure the LDAP connector for Citadel")
></h1>
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)
>
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>
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>
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>
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>
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>