summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-06-27 14:34:00 -0400
committerjim-p <jimp@pfsense.org>2013-06-27 14:34:00 -0400
commit1525fe1f2da5c2e6112679f6894c83bd1b0493aa (patch)
tree61c68ab438b09f56440d539205fadaabf3a05107 /usr
parent69937c05272635af431e01c2dca9c6e059da36b0 (diff)
downloadpfsense-1525fe1f2da5c2e6112679f6894c83bd1b0493aa.zip
pfsense-1525fe1f2da5c2e6112679f6894c83bd1b0493aa.tar.gz
Add a note about the LDAP hostname matching the server cert's CN.
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/system_authservers.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/system_authservers.php b/usr/local/www/system_authservers.php
index 5d2183c..9ed49a9 100644
--- a/usr/local/www/system_authservers.php
+++ b/usr/local/www/system_authservers.php
@@ -490,6 +490,7 @@ function select_clicked() {
<td width="22%" valign="top" class="vncellreq"><?=gettext("Hostname or IP address");?></td>
<td width="78%" class="vtable">
<input name="ldap_host" type="text" class="formfld unknown" id="ldap_host" size="20" value="<?=htmlspecialchars($pconfig['ldap_host']);?>"/>
+ <br /><?= gettext("NOTE: When using SSL, this hostname MUST match the Common Name (CN) of the LDAP server's SSL Certificate."); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud