mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

pgamba
25.06.2007 9516aa8db8085f0fa983117ef4af952dfa8ae3f1
1
2
3
4
5
6
7
dn: cn=schema
changetype: modify
add: attributeTypes
attributeTypes: ( newtestattribute1-oid NAME 'newtestattribute-1' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'user defined' )
-
add: objectClasses
objectClasses: ( newtestobjectclass1-oid NAME 'newtestobjectclass-1' SUP person MAY ( street $ newtestattribute-1 $ c ) X-ORIGIN 'user defined' )