mise au point schema klesia entreprise
This commit is contained in:
33
klesia_entreprise_schema.ldif
Normal file
33
klesia_entreprise_schema.ldif
Normal file
@@ -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
|
||||
) )
|
||||
48
klesia_schema.schema
Normal file
48
klesia_schema.schema
Normal file
@@ -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 ) )
|
||||
Reference in New Issue
Block a user