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

Jean-Noël Rouvignac
06.15.2016 bc494fc6543645e57d370c22cc54853f88bf489e
OPENDJ-3037 Fixed reading 02-config.ldif

Of course, a concurrent change broke my change! :)
LDIFEntryReader is nottolerant to comments inside schema definitions (Unlike LDIFReader)!
1 files modified
4 ■■■■ changed files
opendj-server-legacy/resource/schema/02-config.ldif 4 ●●●● patch | view | raw | blame | history
opendj-server-legacy/resource/schema/02-config.ldif
@@ -4050,6 +4050,8 @@
        ds-cfg-max-blocked-write-time-limit $
        ds-cfg-buffer-size )
  X-ORIGIN 'OpenDS Directory Server' )
# OPENDJ-3048 attributes 'ds-cfg-config-file' and 'ds-cfg-authentication-required'
# are kept for backward compatibility to avoid breaking replication
objectClasses: ( 1.3.6.1.4.1.36733.2.1.2.15
  NAME 'ds-cfg-http-connection-handler'
  SUP ds-cfg-connection-handler
@@ -4072,8 +4074,6 @@
        ds-cfg-ssl-cipher-suite $
        ds-cfg-max-blocked-write-time-limit $
        ds-cfg-buffer-size $
# OPENDJ-3048 attributes 'ds-cfg-config-file' and 'ds-cfg-authentication-required'
# are kept for backward compatibility to avoid breaking replication
        ds-cfg-config-file $
        ds-cfg-authentication-required $
        ds-cfg-max-concurrent-ops-per-connection )