Commit 4e29217a authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(Auth) add voucher authenticator and hook into factory

(cherry picked from commit 27f350c2)
parent 6fabcde4
......@@ -103,6 +103,9 @@ class AuthenticationFactory
case 'radius':
$authObject = new Radius();
break;
case 'voucher':
$authObject = new Voucher();
break;
default:
$authObject = null;
}
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment