summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/auth.inc')
-rw-r--r--etc/inc/auth.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index 4b5578b..85a5452 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -1112,6 +1112,7 @@ function authenticate_user($username, $password, $authcfg = NULL) {
$authenticated = true;
break;
case 'radius':
+ require_once("radius.inc");
if (radius_backed($username, $password, $authcfg))
$authenticated = true;
break;
@@ -1235,4 +1236,4 @@ function session_auth() {
return true;
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud