summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager_settings.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-12-31 22:55:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-12-31 22:55:27 +0000
commit222efdce8f0f7d4f2d5c3cbb9c45e798248abbf5 (patch)
tree7932f2ab89569044305a82fefa3b14363d8dbd04 /usr/local/www/system_usermanager_settings.php
parent6d4d3a7e3cff62729b6944bcde62149fb36f79f9 (diff)
downloadpfsense-222efdce8f0f7d4f2d5c3cbb9c45e798248abbf5.zip
pfsense-222efdce8f0f7d4f2d5c3cbb9c45e798248abbf5.tar.gz
Remove the need to define authetnication containers. Now a user can login
anywhere in the LDAP tree and will use the groups to deterimine the access privs. Work sponsored-by: Centipede Networks
Diffstat (limited to 'usr/local/www/system_usermanager_settings.php')
-rwxr-xr-xusr/local/www/system_usermanager_settings.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/usr/local/www/system_usermanager_settings.php b/usr/local/www/system_usermanager_settings.php
index 8ebfad5..2aabec3 100755
--- a/usr/local/www/system_usermanager_settings.php
+++ b/usr/local/www/system_usermanager_settings.php
@@ -43,7 +43,6 @@ $pconfig['ldapbindun'] = &$config['system']['webgui']['ldapbindun'];
$pconfig['ldapbindpw'] = &$config['system']['webgui']['ldapbindpw'];
$pconfig['ldapfilter'] = &$config['system']['webgui']['ldapfilter'];
$pconfig['ldapsearchbase'] = &$config['system']['webgui']['ldapsearchbase'];
-$pconfig['ldapauthcontainers'] = &$config['system']['webgui']['ldapauthcontainers'];
// Page title for main admin
$pgtitle = array("System","User manager settings");
@@ -105,11 +104,6 @@ if ($_POST) {
else
unset($pconfig['ldapsearchbase']);
- if($_POST['ldapauthcontainers'])
- $pconfig['ldapauthcontainers'] = $_POST['ldapauthcontainers'];
- else
- unset($pconfig['ldapauthcontainers']);
-
write_config();
$retval = system_password_configure();
@@ -209,15 +203,6 @@ if(!$pconfig['backend'])
<br/>Example: DC=pfsense,DC=com
</td>
</tr>
- <tr>
- <td width="22%" valign="top" class="vncell">LDAP Authentication containers</td>
- <td width="78%" class="vtable">
- <input name="ldapauthcontainers" size="65" value="<?=htmlspecialchars($pconfig['ldapauthcontainers']);?>">
- <a href="javascript:if(openwindow('system_usermanager_settings_ldapacpicker.php') == false) alert('Popup blocker detected. Action aborted.');" >Select</a>
- <br/>NOTE: Comma separated.
- <br/>EXAMPLE: CN=Users,DC=pfsense,DC=com;CN=OtherUsers,DC=pfsense,DC=com
- </td>
- </tr>
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
OpenPOWER on IntegriCloud