schema: rajout attribut birthdate

This commit is contained in:
2019-10-24 22:07:27 +02:00
parent cc2dad8c3b
commit 527525dea1
2 changed files with 15 additions and 6 deletions

View File

@@ -4,8 +4,7 @@ cn: klesia_schema
olcAttributeTypes: {0}( 1.3.6.1.4.1.4242.0 NAME 'idTechnique' DESC 'idTechni
que' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
olcAttributeTypes: {1}( 1.3.6.1.4.1.4242.1 NAME 'question1' DESC 'question s
ecrete 1' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{327
68} )
ecrete 1' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
olcAttributeTypes: {2}( 1.3.6.1.4.1.4242.2 NAME 'question2' DESC 'question s
ecrete 2' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{327
68} )
@@ -27,7 +26,11 @@ olcAttributeTypes: {7}( 1.3.6.1.4.1.4242.7 NAME 'siren' DESC 'siren'
olcAttributeTypes: {8}( 1.3.6.1.4.1.4242.8 NAME 'civilite' DESC 'civilite'
EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121
.1.15{32768} )
olcAttributeTypes: {8}( 1.3.6.1.4.1.4242.9 NAME 'birthdate' DESC 'birthdate'
EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121
.1.15{32768} )
olcObjectClasses: {0}( 1.3.6.1.4.1.4242.2.1 NAME 'klesiaentreprise' DESC 'cl
asse objet klesia entreprise - attributs personnalises' SUP top AUXILIARY MAY ( idTech
nique $ question1 $ question2 $ question3 $ reponse1 $ reponse2 $ reponse3 $ siren $ civilite
) )
asse objet klesia entreprise - attributs personnalises' SUP top AUXILIARY MAY (
idTechnique $ question1 $ question2 $ question3 $ reponse1 $ reponse2 $
reponse3 $ siren $ civilite $ birthdate
) )

View File

@@ -40,9 +40,15 @@ AttributeTypes ( 1.3.6.1.4.1.4242.6
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
AttributeTypes ( 1.3.6.1.4.1.4242.7
NAME 'birthdate'
DESC 'birthdate'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
ObjectClass ( 1.3.6.1.4.1.4242.2.1
NAME 'klesiauserobject'
DESC 'classe objet klesia - attributs personnalises'
SUP top
AUXILIARY
MAY ( idTechnique $ question1 $ question2 $ question3 $ reponse1 $ reponse2 $ reponse3 ) )
MAY ( idTechnique $ question1 $ question2 $ question3 $ reponse1 $ reponse2 $ reponse3 $ birthdate) )