From 4bf450e501d9a35071c2214bc33cb7a65287b283 Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Fri, 1 Nov 2019 11:01:08 +0100 Subject: [PATCH] schema classique: modification nom objectclass et rajout attribut civilite --- klesia_entreprise_schema.ldif | 2 +- klesia_schema.schema | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/klesia_entreprise_schema.ldif b/klesia_entreprise_schema.ldif index 992c5d5..7a421e5 100644 --- a/klesia_entreprise_schema.ldif +++ b/klesia_entreprise_schema.ldif @@ -29,7 +29,7 @@ olcAttributeTypes: {8}( 1.3.6.1.4.1.4242.8 NAME 'civilite' DESC 'civilite' 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 +olcObjectClasses: {0}( 1.3.6.1.4.1.4242.2.1 NAME 'klesiaUserObject' DESC 'cl 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 939aca9..eaa24e8 100644 --- a/klesia_schema.schema +++ b/klesia_schema.schema @@ -46,9 +46,15 @@ AttributeTypes ( 1.3.6.1.4.1.4242.7 EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ) +AttributeTypes ( 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} ) + ObjectClass ( 1.3.6.1.4.1.4242.2.1 - NAME 'klesiauserobject' + NAME 'klesiaUserObject' DESC 'classe objet klesia - attributs personnalises' SUP top AUXILIARY - MAY ( idTechnique $ question1 $ question2 $ question3 $ reponse1 $ reponse2 $ reponse3 $ birthdate) ) \ No newline at end of file + MAY ( idTechnique $ question1 $ question2 $ question3 $ reponse1 $ reponse2 $ reponse3 $ birthdate $ civilite ) ) \ No newline at end of file