From 610c7b8868fcddef9b0a66872f4c1ea0e501670d Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tim.dijen@minbzk.nl> Date: Tue, 19 May 2020 11:46:13 +0200 Subject: [PATCH] Fix example --- docs/simplesamlphp-modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/simplesamlphp-modules.md b/docs/simplesamlphp-modules.md index ed0df9982..466e42200 100644 --- a/docs/simplesamlphp-modules.md +++ b/docs/simplesamlphp-modules.md @@ -152,10 +152,10 @@ this: 'example-static' => [ /* This maps to modules/exampleauth/lib/Auth/Source/Static.php */ - 'exampleauth:Static', + 'exampleauth:StaticSource', /* The following is configuration which is passed on to - * the exampleauth:Static authentication source. */ + * the exampleauth:StaticSource authentication source. */ 'uid' => 'testuser', 'eduPersonAffiliation' => ['member', 'employee'], 'cn' => ['Test User'], -- GitLab