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
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ For unstructured attributes use `^` and `$` to anchor your regex as necessary:
'class' => 'authorize:Authorize',
'uid' => [
'/^.*@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$/',
],
'schacUserStatus' => '@urn:mace:terena.org:userStatus:' .
......
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