From cc2dad8c3b5b2b9deb0dd26043183c10482d640b Mon Sep 17 00:00:00 2001 From: Thomas C Date: Wed, 16 Oct 2019 23:22:31 +0200 Subject: [PATCH] mise au point schema klesia entreprise --- klesia_entreprise_schema.ldif | 33 ++++++++++++++++++++++++ klesia_schema.schema | 48 +++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 klesia_entreprise_schema.ldif create mode 100644 klesia_schema.schema diff --git a/klesia_entreprise_schema.ldif b/klesia_entreprise_schema.ldif new file mode 100644 index 0000000..ea11d78 --- /dev/null +++ b/klesia_entreprise_schema.ldif @@ -0,0 +1,33 @@ +dn: cn=klesia_schema,cn=schema,cn=config +objectClass: olcSchemaConfig +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} ) +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} ) +olcAttributeTypes: {3}( 1.3.6.1.4.1.4242.3 NAME 'question3' DESC 'question s + ecrete 3' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{327 + 68} ) +olcAttributeTypes: {4}( 1.3.6.1.4.1.4242.4 NAME 'reponse1' DESC 'reponse a q + uestion secrete 1' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121 + .1.15{32768} ) +olcAttributeTypes: {5}( 1.3.6.1.4.1.4242.5 NAME 'reponse2' DESC 'reponse a q + uestion secrete 2' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121 + .1.15{32768} ) +olcAttributeTypes: {6}( 1.3.6.1.4.1.4242.6 NAME 'reponse3' DESC 'reponse a q + uestion secrete 3' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121 + .1.15{32768} ) +olcAttributeTypes: {7}( 1.3.6.1.4.1.4242.7 NAME 'siren' DESC 'siren' + EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121 + .1.15{32768} ) +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} ) +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 + ) ) diff --git a/klesia_schema.schema b/klesia_schema.schema new file mode 100644 index 0000000..6b69e00 --- /dev/null +++ b/klesia_schema.schema @@ -0,0 +1,48 @@ +AttributeTypes ( 1.3.6.1.4.1.4242.0 + NAME 'idTechnique' + DESC 'idTechnique' + EQUALITY caseIgnoreMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ) + +AttributeTypes ( 1.3.6.1.4.1.4242.1 + NAME 'question1' + DESC 'question secrete 1' + EQUALITY caseIgnoreMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ) + +AttributeTypes ( 1.3.6.1.4.1.4242.2 + NAME 'question2' + DESC 'question secrete 2' + EQUALITY caseIgnoreMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ) + +AttributeTypes ( 1.3.6.1.4.1.4242.3 + NAME 'question3' + DESC 'question secrete 3' + EQUALITY caseIgnoreMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ) + +AttributeTypes ( 1.3.6.1.4.1.4242.4 + NAME 'reponse1' + DESC 'reponse a question secrete 1' + EQUALITY caseIgnoreMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ) + +AttributeTypes ( 1.3.6.1.4.1.4242.5 + NAME 'reponse2' + DESC 'reponse a question secrete 2' + EQUALITY caseIgnoreMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ) + +AttributeTypes ( 1.3.6.1.4.1.4242.6 + NAME 'reponse3' + DESC 'reponse a question secrete 3' + 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