Skip to content
Snippets Groups Projects
Commit 169bad96 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

adding missing array declr on authsource example for example-static

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1289 44740490-163a-0410-bde0-09ae8108e29a
parent 61870d59
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ $config = array( ...@@ -12,7 +12,7 @@ $config = array(
'example-static' => array( 'example-static' => array(
'exampleauth:Static', 'exampleauth:Static',
'uid' => 'testuser', 'uid' => array('testuser'),
'eduPersonAffiliation' => array('member', 'employee'), 'eduPersonAffiliation' => array('member', 'employee'),
'cn' => array('Test User'), 'cn' => array('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