use my own number

This commit is contained in:
2022-11-29 10:40:23 +01:00
parent acc785f61f
commit 460767b69d

View File

@@ -1,25 +1,25 @@
dn: cn=livre,cn=schema,cn=config
objectClass: olcSchemaConfig
olcAttributeTypes: ( 1.3.6.1.4.1.42.0.1
olcAttributeTypes: ( 1.3.6.1.4.1.59731.0.1
NAME 'auteur'
DESC 'auteur du livre'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
olcAttributeTypes: ( 1.3.6.1.4.1.42.0.2
olcAttributeTypes: ( 1.3.6.1.4.1.59731.0.2
NAME 'titre'
DESC 'titre du livre'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
olcAttributeTypes: ( 1.3.6.1.4.1.42.0.3
olcAttributeTypes: ( 1.3.6.1.4.1.59731.0.3
NAME 'parution'
DESC 'date de parution du livre'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
olcAttributeTypes: ( 1.3.6.1.4.1.42.0.4
olcAttributeTypes: ( 1.3.6.1.4.1.59731.0.4
NAME 'couverture'
DESC 'image de couverture'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.28 )
olcObjectClasses: ( 1.3.6.1.4.1.42.1.1
olcObjectClasses: ( 1.3.6.1.4.1.59731.1.1
NAME 'livre'
DESC 'classe d objet livre'
SUP document