summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-04 08:49:05 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-04 08:49:05 -0400
commitb1f0f7e1971aabf36f751bd5dee122c134a2e3ca (patch)
tree169ecbe5d7c28897b075549b1e706188f43e3712 /src/usr/local/www/system_authservers.php
parentc430245789676460f553af8ee83898fd997b03be (diff)
downloadpfsense-b1f0f7e1971aabf36f751bd5dee122c134a2e3ca.zip
pfsense-b1f0f7e1971aabf36f751bd5dee122c134a2e3ca.tar.gz
Corrected template type in form restoration
Diffstat (limited to 'src/usr/local/www/system_authservers.php')
-rw-r--r--src/usr/local/www/system_authservers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php
index e7c564f..eedee33 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -359,7 +359,7 @@ if ($_POST) {
if($_POST && $input_errors) {
$pconfig = $_POST;
$pconfig['ldap_authcn'] = $_POST['ldapauthcontainers'];
- $pconfig['ldap_authcn'] = $_POST['ldapauthcontainers'];
+ $pconfig['ldap_template'] = $_POST['ldap_tmpltype'];
}
OpenPOWER on IntegriCloud