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

Matthew Swift
19.51.2011 7c90add67e39c30624cc71215793ad811e93666e
Fix OPENDJ-266: Extra white space in some of the schema files shipped with OpenDJ 2.4
4 files modified
14 ■■■■ changed files
opends/resource/schema/00-core.ldif 2 ●●● patch | view | raw | blame | history
opends/resource/schema/03-changelog.ldif 4 ●●●● patch | view | raw | blame | history
opends/resource/schema/05-rfc4876.ldif 6 ●●●● patch | view | raw | blame | history
opends/resource/schema/05-samba.ldif 2 ●●● patch | view | raw | blame | history
opends/resource/schema/00-core.ldif
@@ -512,7 +512,7 @@
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation
  X-ORIGIN 'draft-ietf-boreham-numsubordinates' )
attributeTypes: ( 2.16.840.1.113730.3.1.35 NAME 'changelog'
attributeTypes: ( 2.16.840.1.113730.3.1.35 NAME 'changelog'
  DESC 'the distinguished name of the entry which contains
  the set of entries comprising this servers changelog'
  EQUALITY distinguishedNameMatch
opends/resource/schema/03-changelog.ldif
@@ -104,9 +104,9 @@
  USAGE directoryOperation
  X-ORIGIN 'OpenDJ Directory Server' )
objectClasses: ( 2.16.840.1.113730.3.2.1 NAME 'changeLogEntry' SUP top
  STRUCTURAL
  STRUCTURAL
  MUST ( changeNumber $ targetDN $ changeType $ changeTime )
  MAY ( changes $ newRDN $ deleteOldRDN $ newSuperior )
  X-ORIGIN 'draft-good-ldap-changelog' )
objectClasses: ( 1.2.840.113556.1.3.23 NAME 'container' SUP top STRUCTURAL
objectClasses: ( 1.2.840.113556.1.3.23 NAME 'container' SUP top STRUCTURAL
  MUST cn X-ORIGIN 'Microsoft Active Directory' )
opends/resource/schema/05-rfc4876.ldif
@@ -32,7 +32,7 @@
# objectClass: top
# objectClass: organizationalUnit
# ou: profile
#
#
# dn: cn=Solaris,ou=profile,dc=example,dc=com
# objectClass: top
# objectClass: DUAConfigProfile
@@ -93,7 +93,7 @@
  1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'RFC 4876' )
attributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.11 NAME 'objectclassMap'
  DESC 'Object class mappings used, required, or supported by an agent or
  service' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  service' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  X-ORIGIN 'RFC 4876' )
attributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.12 NAME 'defaultSearchScope'
  DESC 'Default scope used when performing a search' EQUALITY
@@ -124,4 +124,4 @@
  credentialLevel $ authenticationMethod $ followReferrals $
  dereferenceAliases $ serviceSearchDescriptor $ serviceCredentialLevel $
  serviceAuthenticationMethod $ objectclassMap $ attributeMap $ profileTTL )
  X-ORIGIN 'RFC 4876' )
  X-ORIGIN 'RFC 4876' )
opends/resource/schema/05-samba.ldif
@@ -57,7 +57,7 @@
attributeTypes: ( 1.3.6.1.4.1.7165.2.1.22 NAME 'sambaNextGroupRid' DESC 'Next NT rid to give out for groups' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
attributeTypes: ( 1.3.6.1.4.1.7165.2.1.39 NAME 'sambaNextRid' DESC 'Next NT rid to give out for anything' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
attributeTypes: ( 1.3.6.1.4.1.7165.2.1.40 NAME 'sambaAlgorithmicRidBase' DESC 'Base at which the samba RID generation algorithm should operate' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
attributeTypes: ( 1.3.6.1.4.1.7165.2.1.41 NAME 'sambaShareName' DESC 'Share Name' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
attributeTypes: ( 1.3.6.1.4.1.7165.2.1.41 NAME 'sambaShareName' DESC 'Share Name' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
attributeTypes: ( 1.3.6.1.4.1.7165.2.1.42 NAME 'sambaOptionName' DESC 'Option Name' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
attributeTypes: ( 1.3.6.1.4.1.7165.2.1.43 NAME 'sambaBoolOption' DESC 'A boolean option' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
attributeTypes: ( 1.3.6.1.4.1.7165.2.1.44 NAME 'sambaIntegerOption' DESC 'An integer option' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )