Skip to content

Commit

Permalink
updated config file again to include fake UofA emails for shibalike
Browse files Browse the repository at this point in the history
  • Loading branch information
bmw27 committed Dec 9, 2017
1 parent b5aa89e commit 2512580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/shibboleth.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@
'cn' => 'Admin User',
'givenName' => 'Admin',
'sn' => 'User',
'mail' => 'admin@uwm.edu',
'mail' => 'admin@email.arizona.edu',
),
'staff' => array(
'emplId' => 'staff',
'cn' => 'Staff User',
'givenName' => 'Staff',
'sn' => 'User',
'mail' => 'staff@uwm.edu',
'mail' => 'staff@email.arizona.edu',
),
'user' => array(
'emplId' => 'user',
'cn' => 'User User',
'givenName' => 'User',
'sn' => 'User',
'mail' => 'user@uwm.edu',
'mail' => 'user@email.arizona.edu',
),
),

Expand Down

0 comments on commit 2512580

Please sign in to comment.