summaryrefslogtreecommitdiffstats
path: root/etc/inc/authgui.inc
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-03 16:26:30 -0500
committersullrich <sullrich@pfsense.org>2009-12-03 16:26:30 -0500
commitf5bdff7fbe3b6aa0f6803f80a34de220742764d9 (patch)
tree1efcaa52a5495c221e2169b0bcb3c950b1894e69 /etc/inc/authgui.inc
parent9f1a35659dbe89b206091ea56744be667991d7a4 (diff)
downloadpfsense-f5bdff7fbe3b6aa0f6803f80a34de220742764d9.zip
pfsense-f5bdff7fbe3b6aa0f6803f80a34de220742764d9.tar.gz
Add priv.defs.inc to authgui.inc
Diffstat (limited to 'etc/inc/authgui.inc')
-rw-r--r--etc/inc/authgui.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/authgui.inc b/etc/inc/authgui.inc
index 686bd53..6fa3cfa 100644
--- a/etc/inc/authgui.inc
+++ b/etc/inc/authgui.inc
@@ -38,6 +38,7 @@
*/
include_once("auth.inc");
+include_once("priv.defs.inc");
include_once("priv.inc");
/* We only support htpasswd backed HTTP Basic auth and session
@@ -55,8 +56,7 @@ include_once("priv.inc");
/* enable correct auth backend, default to htpasswd_backed */
$ldapcase = $config['system']['webgui']['backend'];
-switch($ldapcase)
-{
+switch($ldapcase) {
case ldap:
$backing_method="ldap_backed";
break;
OpenPOWER on IntegriCloud