26 lines
1.9 KiB
Text
26 lines
1.9 KiB
Text
#this is the fedoraMembership shema file for use with the Account system
|
|
#check out http://www.openldap.org/doc/admin23/schema.html#Extending%20Schema
|
|
#for more information
|
|
#for now this is the contents
|
|
#role_type
|
|
#role_domain
|
|
#role_status
|
|
#internal_comments
|
|
#sponsor (points to the sponsor's DN)
|
|
#creation (date)
|
|
#approval (date)
|
|
#don't have a name use cn instead
|
|
#attributeType ( 2.5.444.1 NAME 'name'
|
|
# DESC 'group name'
|
|
# EQUALITY caseIgnoreMatch
|
|
# SUBSTR caseIgnoreSubstringsMatch
|
|
# SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{50} )
|
|
dn: cn=schema
|
|
attributeTypes: ( 2.5.444.2 NAME 'roletype' DESC 'the type of membership role' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{25} )
|
|
attributeTypes: ( 2.5.444.15 NAME 'roledomain' DESC 'the domain of this role' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{15} )
|
|
attributeTypes: ( 2.5.444.3 NAME 'rolestatus' DESC 'the approval status of this role' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{15} )
|
|
attributeTypes: ( 2.5.444.4 NAME 'internalcomments' DESC 'group membership comments' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1000} )
|
|
attributeTypes: ( 2.5.444.5 NAME 'sponsor' DESC 'membership sponsor' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{25} )
|
|
attributeTypes: ( 2.5.444.6 NAME 'creationdate' DESC 'membership creation date' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
|
|
attributeTypes: ( 2.5.444.7 NAME 'approvaldate' DESC 'membership approval date' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
|
|
objectclasses: ( 2.5.555.2 NAME 'fedoraMembership' DESC 'An object describing a persons memebership' SUP top STRUCTURAL MUST ( cn ) MAY ( approvaldate $ creationdate $ approvaldate $ roletype $ rolestatus $ roledomain $ internalcomments $ sponsor ) )
|