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

Typo

parent 7d5aa82f
Branches
Tags
No related merge requests found
...@@ -59,7 +59,7 @@ For unstructured attributes use `^` and `$` to anchor your regex as necessary: ...@@ -59,7 +59,7 @@ For unstructured attributes use `^` and `$` to anchor your regex as necessary:
'class' => 'authorize:Authorize', 'class' => 'authorize:Authorize',
'uid' => [ 'uid' => [
'/^.*@example.com$/', '/^.*@example.com$/',
// Use anchors to prevent matching 'wronguser1@exampled.edu.attacker.com' // Use anchors to prevent matching 'wronguser1@example.edu.attacker.com'
'/^(user1|user2|user3)@example.edu$/', '/^(user1|user2|user3)@example.edu$/',
], ],
'schacUserStatus' => '@urn:mace:terena.org:userStatus:' . 'schacUserStatus' => '@urn:mace:terena.org:userStatus:' .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment