diff options
author | jim-p <jimp@pfsense.org> | 2013-06-27 14:34:00 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2013-06-27 14:35:13 -0400 |
commit | 97c98f19ff865ece5638880f3e527d862c912a5a (patch) | |
tree | cc7edfa83b13cb98741edb6dcf59ab9e0c285487 | |
parent | 878454b89f204c2d5ef03a31ebaf6e4ab50de707 (diff) | |
download | pfsense-97c98f19ff865ece5638880f3e527d862c912a5a.zip pfsense-97c98f19ff865ece5638880f3e527d862c912a5a.tar.gz |
Add a note about the LDAP hostname matching the server cert's CN.
-rw-r--r-- | usr/local/www/system_authservers.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/system_authservers.php b/usr/local/www/system_authservers.php index 42bc110..5ef7f50 100644 --- a/usr/local/www/system_authservers.php +++ b/usr/local/www/system_authservers.php @@ -474,6 +474,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> |