From 8c8aebd49aa12f94fa46ce33e000b1601876e65c Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Tue, 15 Dec 2015 10:15:06 +0000 Subject: [PATCH] Make explicit what scope means and give result of the example. --- modules/core/docs/authproc_scopeattribute.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/core/docs/authproc_scopeattribute.txt b/modules/core/docs/authproc_scopeattribute.txt index 990e92694..6930149bb 100644 --- a/modules/core/docs/authproc_scopeattribute.txt +++ b/modules/core/docs/authproc_scopeattribute.txt @@ -2,6 +2,7 @@ ===================== A filter which combines two attributes into a scoped attribute. +That is, the value will be `something@scope`, usually to make it globally unique. Parameters ---------- @@ -38,3 +39,6 @@ Add eduPersonScopedAffiliation based on eduPersonAffiliation and eduPersonPrinci 'targetAttribute' => 'eduPersonScopedAffiliation', ), +With values being `eduPersonPrincipalName`: `jdoe@example.edu` and +`eduPersonAffiliation`: `faculty`, this will result in the attribute +`eduPersonScopedAffiliation` with value `faculty@example.edu`. -- GitLab