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
Add objectClass to Root DSE operational attributes global ACI. Issue 2742.
dugan
14.55.2007
774318abcfe6ec0016e091e4bf14796233a7bfa3
[external-software/github_OpenIdentityPlatform_OpenDJ.git]
/
opends
/
tests
/
functional-tests
/
shared
/
data
/
replication
/
schemamods-1.ldif
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' )