This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
curie/schema.ldif

19 lines
1.0 KiB
Plaintext

# collective.ldif -- Collective attribute schema
# $OpenLDAP$
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
## schéma institut curie
## OID de base 1.3.6.1.4.1.36560.3 'client entrouvert' .2 'institut curie'
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 distinguishedName )
olcAttributeTypes: {2}( 1.3.6.1.4.1.36560.3.2.3 NAME 'icEquipeRecherche' SUP distinguishedName )
olcAttributeTypes: {3}( 1.3.6.1.4.1.36560.3.2.4 NAME 'icEmploi' SUP distinguishedName )
olcAttributeTypes: {4}( 1.3.6.1.4.1.36560.3.2.5 NAME 'icListeRouge' EQUALITY booleanMatch SINGLE-VALUE SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 )
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 $ icEmploi $ icListeRouge ) )