schema.ldif: add icEmploi

Also change base attribute to distinguishedName for icUniteFonctionnelle and
icEquipeRecherche.
This commit is contained in:
Benjamin Dauvergne 2016-05-26 16:17:07 +02:00
parent 8343eb1a8c
commit 85ac7b1c41
1 changed files with 4 additions and 3 deletions

View File

@ -8,9 +8,10 @@ dn: cn=curie,cn=schema,cn=config
objectClass: olcSchemaConfig
cn: curie
olcAttributeTypes: {0}( 1.3.6.1.4.1.36560.3.2.1 NAME 'icLibelleEntite' SUP name )
olcAttributeTypes: {1}( 1.3.6.1.4.1.36560.3.2.2 NAME 'icUniteFonctionnelle' SUP name )
olcAttributeTypes: {2}( 1.3.6.1.4.1.36560.3.2.3 NAME 'icEquipeRecherche' SUP name )
olcAttributeTypes: {1}( 1.3.6.1.4.1.36560.3.2.2 NAME 'icUniteFonctionnelle' SUP distinguishedName )
olcAttributeTypes: {2}( 1.3.6.1.4.1.36560.3.2.3 NAME 'icEquipeRecherche' SUP distinguishedName )
olcAttributeTypes: {4}( 1.3.6.1.4.1.36560.3.2.4 NAME 'icEmploi' SUP distinguishedName )
olcObjectClasses: ( 1.3.6.1.4.1.36560.3.2.4 NAME 'icPerson'
DESC 'RFC2256: an organizational role'
SUP top AUXILIARY
MAY ( icLibelleEntite $ icUniteFonctionnelle $ icEquipeRecherche ) )
MAY ( icLibelleEntite $ icUniteFonctionnelle $ icEquipeRecherche $ icEmploi ) )