summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-08-28 15:10:27 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-08-28 15:10:27 -0400
commitdf8fca9d1505f856512e23889fa11cddc31a8aaa (patch)
tree2aaf252ab86e23140c8efcebda066eb5621248d0 /src/usr/local/www/system_authservers.php
parent62fb3ce0678684ee5a6fdf303f8dbca9ad1b9c25 (diff)
downloadpfsense-df8fca9d1505f856512e23889fa11cddc31a8aaa.zip
pfsense-df8fca9d1505f856512e23889fa11cddc31a8aaa.tar.gz
Fixed #5047
Changed LDAP scope layout
Diffstat (limited to 'src/usr/local/www/system_authservers.php')
-rw-r--r--src/usr/local/www/system_authservers.php13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php
index 64e0c3e..f888ac6 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -5,8 +5,8 @@
/* ====================================================================
* Copyright (c) 2004-2015 Electric Sheep Fencing, LLC. All rights reserved.
* Copyright (c) 2004, 2005 Scott Ullrich
- * Copyright (c) 2008 Shrew Soft Inc.
- * Copyright (c) 2010 Ermal Luçi
+ * Copyright (c) 2008 Shrew Soft Inc.
+ * Copyright (c) 2010 Ermal Luçi
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
@@ -497,20 +497,19 @@ $section->addInput(new Form_Select(
array_combine($ldap_protvers, $ldap_protvers)
));
-$group = new Form_Group('Search scope');
-$group->add(new Form_Select(
+$section->addInput(new Form_Select(
'ldap_scope',
- 'Level',
+ 'Search scope: Level',
$pconfig['ldap_scope'],
$ldap_scopes
));
-$group->add(new Form_Input(
+
+$section->addInput(new Form_Input(
'ldap_basedn',
'Base DN',
'text',
$pconfig['ldap_basedn']
));
-$section->add($group);
$group = new Form_Group('Authentication containers');
$group->add(new Form_Input(
OpenPOWER on IntegriCloud