Revision 97c98f19
Added by Jim Pingle about 12 years ago
usr/local/www/system_authservers.php | ||
---|---|---|
474 | 474 |
<td width="22%" valign="top" class="vncellreq"><?=gettext("Hostname or IP address");?></td> |
475 | 475 |
<td width="78%" class="vtable"> |
476 | 476 |
<input name="ldap_host" type="text" class="formfld unknown" id="ldap_host" size="20" value="<?=htmlspecialchars($pconfig['ldap_host']);?>"/> |
477 |
<br /><?= gettext("NOTE: When using SSL, this hostname MUST match the Common Name (CN) of the LDAP server's SSL Certificate."); ?> |
|
477 | 478 |
</td> |
478 | 479 |
</tr> |
479 | 480 |
<tr> |
Also available in: Unified diff
Add a note about the LDAP hostname matching the server cert's CN.