Commit 27f350c2 authored by Ad Schellevis's avatar Ad Schellevis

(Auth) add voucher authenticator and hook into factory

parent 0377f9e3
......@@ -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