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

Nemanja Lukic
03.18.2011 6c119aa77f97501357fa8e7bb5fbf556b1f9f53d
opends/resource/schema/02-config.ldif
@@ -23,6 +23,7 @@
#
#      Copyright 2006-2010 Sun Microsystems, Inc.
#      Portions Copyright 2010-2011 ForgeRock AS.
#      Portions Copyright 2011 profiq, s.r.o.
#
#
# This file contains the attribute type and objectclass definitions for use
@@ -2712,6 +2713,14 @@
  NAME 'ds-cfg-log-control-oids'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  X-ORIGIN 'OpenDJ Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.52
  NAME 'ds-cfg-check-substrings'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  X-ORIGIN 'OpenDJ Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.53
  NAME 'ds-cfg-min-substring-length'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  X-ORIGIN 'OpenDJ Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.1
  NAME 'ds-cfg-access-control-handler'
  SUP top
@@ -3666,7 +3675,9 @@
  STRUCTURAL
  MUST ( ds-cfg-dictionary-file $
         ds-cfg-case-sensitive-validation $
         ds-cfg-test-reversed-password )
         ds-cfg-test-reversed-password $
         ds-cfg-check-substrings )
  MAY ds-cfg-min-substring-length
  X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.95
  NAME 'ds-cfg-attribute-value-password-validator'