Skip to content
Snippets Groups Projects
Commit b9a67ff9 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

more consistency for comments

parent 551a83a1
No related branches found
No related tags found
No related merge requests found
...@@ -78,36 +78,16 @@ my %scopedAffiliation = ( ...@@ -78,36 +78,16 @@ my %scopedAffiliation = (
); );
my %comment = ( my %comment = (
alumni1 => <<EOF, alumni1 => 'An ex-student with "alum" value for eduPersonAffiliation.',
Value "member" is not set for eduPersonAffiliation, contrary to current students. employee1 => 'A person with "member", "staff" and "employee" values for eduPersonAffiliation.',
EOF fullset1 => 'A person with all eduGAIN user attributes plus givenName and surname.',
employee1 => <<EOF, generic1 => 'A person with a limited set of attributes (eduPersonPrincipalName, mail and displayName).',
There are conflicting definitions of "staff" and "employee" from country to country that make those values particularly unreliable in any international context. However in this example we set both values. librarywalkin1 => 'A library user on the campus network.',
EOF researcher1 => 'A researcher with only an eduPersonTargetedID attribute.',
fullset1 => <<EOF, student1 => 'A student with "member" and "student" values for eduPersonAffiliation.',
This user profile respresents a researcher with all eduGAIN user attributes plus givenName and surname. student2 => 'A PhD student with "member", "student" and "faculty" values for eduPersonAffiliation.',
EOF teacher1 => 'A teacher with a limited set of attributes (eduPersonScopedAffiliation and eduPersonTargetedID).',
generic1 => <<EOF, teacher2 => 'A teacher with "member" and "faculty" values for eduPersonAffiliation.',
This account provides a limited set of user attributes (eduPersonPrincipalName, mail and displayName).
EOF
librarywalkin1 => <<EOF,
This term was created to cover the case where physical presence in a library facility grants someone access to electronic resources typically licensed for faculty, staff and students. In recent years the library walk-in provision has been extended to cover other cases such as library users on the campus network, or those using on-campus workstations. Licensed resource providers have often been willing to interpret their contracts with licensees to accept this broader definition of "library-walk-in," though specific terms may vary. For a more direct way of using eduPerson attributes to express library privilege information, see the eduPersonEntitlement value "urn:mace:dir:entitlement:common-lib-terms" as defined in the MACE-Dir Registry of eduPersonEntitlement values <a href="http://middleware.internet2.edu/urn-mace/urn-mace-dir-entitlement.html">http://middleware.internet2.edu/urn-mace/urn-mace-dir-entitlement.html</a>.
EOF
researcher1 => <<EOF,
This account provides only an eduPersonTargetedID attribute.
EOF
student1 => <<EOF,
An active student has both "member" and "student" values set for eduPersonAffiliation.
EOF
student2 => <<EOF,
A PhD student, having three values set for eduPersonAffiliation: "member" and "student" and "faculty".
EOF
teacher1 => <<EOF,
This account provides a limited set of user attributes (eduPersonScopedAffiliation and eduPersonTargetedID).
EOF
teacher2 => <<EOF,
An active teacher has both "member" and "faculty" values set for eduPersonAffiliation.
EOF
); );
sub print { sub print {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment