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

pgamba
24.02.2007 8b4973136d968e73da7ea082ae0f6e39b220e5c8
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' )