From f303200ff1b63559cdee87ba6b78c30a29fb48cf Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Thu, 18 Apr 2019 08:56:25 +0200 Subject: [PATCH] Typo --- modules/authorize/docs/authorize.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/authorize/docs/authorize.md b/modules/authorize/docs/authorize.md index 4521e3015..d18964d63 100644 --- a/modules/authorize/docs/authorize.md +++ b/modules/authorize/docs/authorize.md @@ -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:' . -- GitLab