summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager_settings.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-03-04 15:55:27 +0000
committerErmal Luçi <eri@pfsense.org>2010-03-04 15:55:27 +0000
commit864336aa75543b748f2d0295db1e18eaf65cdacc (patch)
tree512056b9492c9bc363364a77a554656834c6676c /usr/local/www/system_usermanager_settings.php
parentbb2e8e89754c792a10f18941244679082d780164 (diff)
downloadpfsense-864336aa75543b748f2d0295db1e18eaf65cdacc.zip
pfsense-864336aa75543b748f2d0295db1e18eaf65cdacc.tar.gz
Remove the authentication fallback it does not have any meaning now.
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 8868ed1..e681e98 100755
--- a/usr/local/www/system_usermanager_settings.php
+++ b/usr/local/www/system_usermanager_settings.php
@@ -78,11 +78,6 @@ if ($_POST) {
else
unset($config['system']['webgui']['authmode']);
- if($_POST['backend'])
- $config['system']['webgui']['backend'] = $_POST['backend'];
- else
- unset($config['system']['webgui']['backend']);
-
write_config();
}
@@ -154,16 +149,6 @@ if(!$pconfig['backend'])
</select>
</td>
</tr>
- <tr>
- <td width="22%" valign="top" class="vncell">Authentication fallback backend</td>
- <td width="78%" class="vtable">
- <select name='backend' id='backend' onchange='ldap_typechange()'>
- <option value="pfsense"<?php if ($pconfig['backend'] == "pfsense") echo " SELECTED";?>>Local User Database</option>
- <option value="ldap"<?php if ($pconfig['backend'] == "ldap") echo " SELECTED";?>>LDAP (Directory server)</option>
- </select>
- <br/>NOTE: login failures or server not available issues will fall back to <?=$g['product_name'];?> this type of authenticator.
- </td>
- </tr>
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
OpenPOWER on IntegriCloud