From 527525dea162347f83aeaaa811db8df1e4bee275 Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Thu, 24 Oct 2019 22:07:27 +0200 Subject: [PATCH] schema: rajout attribut birthdate --- klesia_entreprise_schema.ldif | 13 ++++++++----- klesia_schema.schema | 8 +++++++- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/klesia_entreprise_schema.ldif b/klesia_entreprise_schema.ldif index ea11d78..992c5d5 100644 --- a/klesia_entreprise_schema.ldif +++ b/klesia_entreprise_schema.ldif @@ -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 + ) ) diff --git a/klesia_schema.schema b/klesia_schema.schema index 6b69e00..939aca9 100644 --- a/klesia_schema.schema +++ b/klesia_schema.schema @@ -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 ) ) \ No newline at end of file + MAY ( idTechnique $ question1 $ question2 $ question3 $ reponse1 $ reponse2 $ reponse3 $ birthdate) ) \ No newline at end of file