add curie LDAP schema to extend supann

This commit is contained in:
Benjamin Dauvergne 2016-05-19 16:10:26 +02:00
parent 5c42e94035
commit 3e57eee8bf
3 changed files with 18 additions and 0 deletions

View File

@ -1,2 +1,3 @@
include VERSION
include README.rst
include schema.ldif

1
debian/install vendored Normal file
View File

@ -0,0 +1 @@
schema.ldif /usr/share/python-curie

16
schema.ldif Normal file
View File

@ -0,0 +1,16 @@
# 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 'icUniteFonctionelle' SUP name )
olcAttributeTypes: {2}( 1.3.6.1.4.1.36560.3.2.3 NAME 'icEquipeRecherche' SUP name )
olcObjectClasses: ( 1.3.6.1.4.1.36560.3.2.4 NAME 'icPerson'
DESC 'RFC2256: an organizational role'
SUP top AUXILIARY
MAY ( icLibelleEntite $ icUniteFonctionelle $ icEquipeRecherche ) )