dashboard
repositories
filestore
activity
search
login
external-software
/
github_OpenIdentityPlatform_OpenDJ
mirror of
https://github.com/OpenIdentityPlatform/OpenDJ.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Further split up the local backend modify operation to allow it to be bette...
neil_a_wilson
25.54.2007
459b0d746ffd89bdf8fcd47fa3a14e76be87136f
[external-software/github_OpenIdentityPlatform_OpenDJ.git]
/
opends
/
tests
/
functional-tests
/
shared
/
data
/
replication
/
schemamods-3.ldif
1
2
3
4
5
6
7
dn: cn=schema
changetype: modify
delete: objectClasses
objectClasses: ( newtestobjectclass1-oid NAME 'newtestobjectclass-1' SUP person MAY ( street $ newtestattribute-1 $ c ) X-ORIGIN 'user defined' )
-
add: objectClasses
objectClasses: ( newtestobjectclass1-oid NAME 'newtestobjectclass-1' SUP person MUST ( street $ newtestattribute-1 $ c ) X-ORIGIN 'user defined' )