Skip to content
Snippets Groups Projects
Unverified Commit 27738a72 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix example

parent 61f4916b
No related branches found
No related tags found
No related merge requests found
......@@ -142,10 +142,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'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment