ajout attribut niveau01 et niveau02 sur la ficher user
This commit is contained in:
parent
3864d5e98f
commit
21ab7615e8
|
@ -82,6 +82,18 @@ attributetype ( 2.16.840.1.113732.3.1.113
|
||||||
EQUALITY distinguishedNameMatch
|
EQUALITY distinguishedNameMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
|
||||||
|
|
||||||
|
attributetype ( 2.16.840.1.113732.3.1.114
|
||||||
|
NAME 'niveau01'
|
||||||
|
DESC 'Label Entreprise'
|
||||||
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
|
||||||
|
SINGLE-VALUE )
|
||||||
|
|
||||||
|
attributetype ( 2.16.840.1.113732.3.1.115
|
||||||
|
NAME 'niveau02'
|
||||||
|
DESC 'Label Etablissement'
|
||||||
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
|
||||||
|
SINGLE-VALUE )
|
||||||
|
|
||||||
objectclass ( 2.16.840.1.113732.3.1.1
|
objectclass ( 2.16.840.1.113732.3.1.1
|
||||||
NAME 'cadolesPerson'
|
NAME 'cadolesPerson'
|
||||||
DESC 'Description Personne Cadoles'
|
DESC 'Description Personne Cadoles'
|
||||||
|
@ -102,7 +114,8 @@ objectclass ( 2.16.840.1.113732.3.1.2
|
||||||
NAME 'cadolesSiren'
|
NAME 'cadolesSiren'
|
||||||
DESC 'Siren'
|
DESC 'Siren'
|
||||||
SUP top AUXILIARY
|
SUP top AUXILIARY
|
||||||
MAY ( siren
|
MAY ( siren $
|
||||||
|
niveau01
|
||||||
) )
|
) )
|
||||||
|
|
||||||
objectclass ( 2.16.840.1.113732.3.1.3
|
objectclass ( 2.16.840.1.113732.3.1.3
|
||||||
|
@ -110,7 +123,8 @@ objectclass ( 2.16.840.1.113732.3.1.3
|
||||||
DESC 'Siret'
|
DESC 'Siret'
|
||||||
SUP top AUXILIARY
|
SUP top AUXILIARY
|
||||||
MAY ( siret $
|
MAY ( siret $
|
||||||
postalAddress
|
postalAddress $
|
||||||
|
niveau02
|
||||||
) )
|
) )
|
||||||
|
|
||||||
objectclass ( 2.16.840.1.113732.3.1.4
|
objectclass ( 2.16.840.1.113732.3.1.4
|
||||||
|
|
Loading…
Reference in New Issue