summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-10-27 13:09:54 -0400
committerjim-p <jimp@pfsense.org>2010-10-27 13:11:16 -0400
commit64ce9d72026e798ccaec42ffa68d74ec21c0c993 (patch)
treeb02e8e62ed15f78697e43bd5ac55ef2ed27c8fad /usr/local/www/system_authservers.php
parentb019222ac2bdce1b93895fb03310bd900010c709 (diff)
downloadpfsense-64ce9d72026e798ccaec42ffa68d74ec21c0c993.zip
pfsense-64ce9d72026e798ccaec42ffa68d74ec21c0c993.tar.gz
Do not require LDAP search base DN. Requiring this can prevent some valid LDAP configurations from properly authenticating. (See GDD-550841).
Diffstat (limited to 'usr/local/www/system_authservers.php')
-rw-r--r--usr/local/www/system_authservers.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/local/www/system_authservers.php b/usr/local/www/system_authservers.php
index fc7cef0..8a18ed6 100644
--- a/usr/local/www/system_authservers.php
+++ b/usr/local/www/system_authservers.php
@@ -147,7 +147,7 @@ if ($_POST) {
if ($pconfig['type'] == "ldap") {
$reqdfields = explode(" ", "name type ldap_host ldap_port ".
- "ldap_urltype ldap_protver ldap_scope ldap_basedn ".
+ "ldap_urltype ldap_protver ldap_scope ".
"ldap_attr_user ldap_attr_group ldap_attr_member ldapauthcontainers");
$reqdfieldsn = array(
gettext("Descriptive name"),
@@ -157,7 +157,6 @@ if ($_POST) {
gettext("Transport"),
gettext("Protocol version"),
gettext("Search level"),
- gettext("Search Base DN"),
gettext("User naming Attribute"),
gettext("Group naming Attribute"),
gettext("Group member attribute"),
@@ -507,7 +506,7 @@ function select_clicked() {
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncellreq"><?=gettext("Search scope");?></td>
+ <td width="22%" valign="top" class="vncell"><?=gettext("Search scope");?></td>
<td width="78%" class="vtable">
<table border="0" cellspacing="0" cellpadding="2">
<tr>
OpenPOWER on IntegriCloud