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

coulbeck
07.05.2007 8f9356b1b67e70c4f37b6763f72db1d50b628f8a
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' )