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

rhaggard
01.30.2008 f4dd34d24c22926b76da6f6e1d9f4c471ec2b2da
opends/src/admin/defn/org/opends/server/admin/std/LengthBasedPasswordValidatorConfiguration.xml
@@ -39,7 +39,8 @@
    <adm:user-friendly-name />
    is used to determine whether a proposed password is acceptable based
    on whether the number of characters it contains falls within an
    acceptable range of values.
    acceptable range of values. Both upper and lower bounds may be
    defined.
  </adm:synopsis>
  <adm:profile name="ldap">
    <ldap:object-class>
@@ -58,8 +59,10 @@
  </adm:property-override>
  <adm:property name="max-password-length">
    <adm:synopsis>
      Specifies the maximum number of characters that may be included in
      a proposed password.
      Specifies the maximum number of characters that can be included in
      a proposed password. If both minimum and maximum lengths
      are defined, then the minimum length must be less than or equal to
      the maximum length.
    </adm:synopsis>
    <adm:description>
      A value of zero indicates that there will be no upper bound
@@ -71,7 +74,7 @@
      </adm:defined>
    </adm:default-behavior>
    <adm:syntax>
      <adm:integer lower-limit="0" />
      <adm:integer lower-limit="0" upper-limit="2147483647"/>
    </adm:syntax>
    <adm:profile name="ldap">
      <ldap:attribute>
@@ -82,19 +85,21 @@
  <adm:property name="min-password-length">
    <adm:synopsis>
      Specifies the minimum number of characters that must be included
      in a proposed password.
      in a proposed password. If both minimum and maximum lengths
      are defined, then the minimum length must be less than or equal to
      the maximum length.
    </adm:synopsis>
    <adm:description>
      A value of zero indicates that there will be no lower bound
      enforced.
      enforced.
    </adm:description>
    <adm:default-behavior>
      <adm:defined>
        <adm:value>1</adm:value>
        <adm:value>6</adm:value>
      </adm:defined>
    </adm:default-behavior>
    <adm:syntax>
      <adm:integer lower-limit="0" />
      <adm:integer lower-limit="0" upper-limit="2147483647"/>
    </adm:syntax>
    <adm:profile name="ldap">
      <ldap:attribute>