summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_authservers.php
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:54 -0400
commit9d793187075e10fe7d1bc23470804c27d2327daf (patch)
tree0bbcec72ef6a5df7f832c39c562074da14d00418 /usr/local/www/system_authservers.php
parentd7df6a6ea06abf52847adcf1209de17e0c9fdd3e (diff)
downloadpfsense-9d793187075e10fe7d1bc23470804c27d2327daf.zip
pfsense-9d793187075e10fe7d1bc23470804c27d2327daf.tar.gz
Add a note about the LDAP hostname matching the server cert's CN.
Diffstat (limited to 'usr/local/www/system_authservers.php')
-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