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

Matthew Swift
28.59.2011 a992a24275ef5f8f87c4783c64a9a9839b054f67
opends/resource/schema/02-config.ldif
@@ -2631,6 +2631,26 @@
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  X-ORIGIN 'OpenDJ Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.23
  NAME 'ds-cfg-use-password-caching'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE
  X-ORIGIN 'OpenDJ Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.24
  NAME 'ds-cfg-cached-password-storage-scheme'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  SINGLE-VALUE
  X-ORIGIN 'OpenDJ Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.25
  NAME 'ds-cfg-cached-password-min-age'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  X-ORIGIN 'OpenDJ Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.26
  NAME 'ds-cfg-cached-password-max-age'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  X-ORIGIN 'OpenDJ Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.1
  NAME 'ds-cfg-access-control-handler'
  SUP top
@@ -4377,7 +4397,8 @@
  STRUCTURAL
  MUST ( ds-cfg-java-class $
         ds-cfg-primary-remote-ldap-server $
         ds-cfg-mapping-policy )
         ds-cfg-mapping-policy $
         ds-cfg-use-password-caching )
  MAY ( ds-cfg-secondary-remote-ldap-server $
        ds-cfg-mapped-attribute $
        ds-cfg-mapped-search-bind-dn $
@@ -4392,5 +4413,8 @@
        ds-cfg-use-tcp-keep-alive $
        ds-cfg-use-tcp-no-delay $
        ds-cfg-ssl-protocol $
        ds-cfg-ssl-cipher-suite )
        ds-cfg-ssl-cipher-suite $
        ds-cfg-cached-password-storage-scheme $
        ds-cfg-cached-password-min-age $
        ds-cfg-cached-password-max-age )
  X-ORIGIN 'OpenDJ Directory Server' )