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

neil_a_wilson
23.46.2006 8f0d9e274fb4dc60fce94d6a9c83f6e1260f31aa
Add the nsUniqueId operational attribute to the OpenDS schema.  We don't
intend to use it, but it can help provide compatibility with the Sun Java
System Directory Server, as that server includes the nsUniqueId attribute when
performing LDIF exports.

OpenDS Issue Number: 853
1 files modified
4 ■■■■ changed files
opends/resource/schema/00-core.ldif 4 ●●●● patch | view | raw | blame | history
opends/resource/schema/00-core.ldif
@@ -365,6 +365,10 @@
  DESC 'Sun-defined access control information attribute type'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE directoryOperation
  X-ORIGIN 'Sun Java System Directory Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.542 NAME 'nsUniqueId'
  DESC 'Sun-defined unique identifier' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation
  X-ORIGIN 'Sun Java System Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.1466.101.120.1 NAME 'administratorsAddress'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE directoryOperation
  X-ORIGIN 'draft-wahl-ldap-adminaddr' )