This information is deprecated. It has been moved to the REFEDS Schema Board wiki: https://wiki.refeds.org/display/STAN/eduPerson



# SCHEMA 'EDUMEMBER'

# The isMemberOf attribute associated with an entity is a
# collection of values each of which identifies a group to
# which that entity belongs.
attributetypes ( 1.3.6.1.4.1.5923.1.5.1.1
    NAME 'isMemberOf'
    DESC 'identifiers for groups to which containing entity belongs'
    EQUALITY caseExactMatch
    SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )

# The hasMember attribute associated with a group is a collection
# of values each of which identifies an entity that belongs to the
# group.
attributetypes ( 1.3.6.1.4.1.5923.1.5.1.2
    NAME 'hasMember'
    DESC 'identifiers for entities that are members of the group'
    EQUALITY caseExactMatch
    SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )

# The eduMember objectclass is a convenient container for an
# extensible set of attributes concerning group memberships
objectclasses ( 1.3.6.1.4.1.5923.1.5.2
    NAME 'eduMember'
    AUXILIARY
    MAY ( isMemberOf $ hasMember )
    )

http://middleware.internet2.edu/dir/docs/draft-internet2-mace-dir-ldap-edumember-latest.htm http://middleware.internet2.edu/dir/docs/internet2-mace-dir-ldap-group-membership-200507.html

  • No labels