Merge pull request #8195 from mouellet:gh-8171
* pr/8195: Polish contribution Add schema validation options for embedded LDAPpull/8392/head
commit
3b886094cb
@ -0,0 +1,7 @@
|
|||||||
|
dn: dc=spring,dc=org
|
||||||
|
objectclass: top
|
||||||
|
objectclass: domain
|
||||||
|
objectclass: extensibleObject
|
||||||
|
objectClass: exampleAuxiliaryClass
|
||||||
|
dc: spring
|
||||||
|
exampleAttributeName: exampleAttributeName
|
@ -0,0 +1,17 @@
|
|||||||
|
dn: cn=schema
|
||||||
|
attributeTypes: ( 1.3.6.1.4.1.32473.1.1.1
|
||||||
|
NAME 'exampleAttributeName'
|
||||||
|
DESC 'An example attribute type definition'
|
||||||
|
EQUALITY caseIgnoreMatch
|
||||||
|
ORDERING caseIgnoreOrderingMatch
|
||||||
|
SUBSTR caseIgnoreSubstringsMatch
|
||||||
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
|
||||||
|
SINGLE-VALUE
|
||||||
|
X-ORIGIN 'Managing Schema Document' )
|
||||||
|
objectClasses: ( 1.3.6.1.4.1.32473.1.2.2
|
||||||
|
NAME 'exampleAuxiliaryClass'
|
||||||
|
DESC 'An example auxiliary object class definition'
|
||||||
|
SUP top
|
||||||
|
AUXILIARY
|
||||||
|
MAY exampleAttributeName
|
||||||
|
X-ORIGIN 'Managing Schema Document' )
|
Loading…
Reference in New Issue