From f119977b41b829b0b6132f506332076db8fec8d7 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tim.dijen@minbzk.nl> Date: Tue, 2 Jul 2019 17:47:21 +0200 Subject: [PATCH] Fix example --- config-templates/authsources.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-templates/authsources.php b/config-templates/authsources.php index 4fb01521e..b63ac6083 100644 --- a/config-templates/authsources.php +++ b/config-templates/authsources.php @@ -63,7 +63,7 @@ $config = [ /* 'example-static' => [ - 'exampleauth:Static', + 'exampleauth:StaticSource', 'uid' => ['testuser'], 'eduPersonAffiliation' => ['member', 'employee'], 'cn' => ['Test User'], -- GitLab