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

matthew_swift
03.18.2007 1c1cbe98b6506b3d770d9bac3eefe4a4943fc60c
Minor fixes to replication related schema definitions (e.g. missing attributes in object class definitions).
1 files modified
13 ■■■■ changed files
opendj-sdk/opends/resource/schema/02-config.ldif 13 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/resource/schema/02-config.ldif
@@ -564,7 +564,7 @@
  X-ORIGIN 'OpenDS Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.26027.1.1.165
  NAME 'ds-cfg-max-receive-delay'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'OpenDS Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.26027.1.1.166
  NAME 'ds-cfg-max-send-queue'
@@ -572,7 +572,7 @@
  X-ORIGIN 'OpenDS Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.26027.1.1.167
  NAME 'ds-cfg-max-send-delay'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'OpenDS Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.26027.1.1.168
  NAME 'ds-cfg-maximum-password-length' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
@@ -1043,7 +1043,7 @@
  X-ORIGIN 'OpenDS Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.26027.1.1.305
  NAME 'ds-cfg-heartbeat-interval'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'OpenDS Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.26027.1.1.306
  NAME ( 'ds-cfg-replication-db-directory'
@@ -1090,7 +1090,7 @@
  X-ORIGIN 'OpenDS Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.26027.1.1.319
  NAME ( 'ds-cfg-replication-purge-delay' 'ds-cfg-changelog-purge-delay' )
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
  X-ORIGIN 'OpenDS Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.26027.1.1.321
  NAME 'ds-cfg-minimum-password-difference'
@@ -1446,7 +1446,7 @@
  X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.57
  NAME 'ds-cfg-synchronization-provider' SUP top STRUCTURAL
  MUST ( ds-cfg-synchronization-provider-class $
  MUST ( cn $ ds-cfg-synchronization-provider-class $
  ds-cfg-synchronization-provider-enabled ) X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.58 NAME
  ( 'ds-cfg-replication-domain-config'
@@ -1513,7 +1513,8 @@
    'ds-cfg-synchronization-changelog-server-config' ) SUP top STRUCTURAL
    MUST (ds-cfg-replication-server-id $ ds-cfg-replication-server-port )
    MAY ( ds-cfg-replication-server $ cn $ ds-cfg-window-size $
          ds-cfg-replication-max-queue-size $ ds-cfg-replication-db-directory )
          ds-cfg-replication-max-queue-size $ ds-cfg-replication-db-directory $
          ds-cfg-replication-purge-delay )
    X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.66 NAME 'ds-backup-directory'
  SUP top STRUCTURAL MUST ( ds-backup-directory-path $ ds-backup-backend-dn )