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

dugan
07.39.2008 876e11a188dd606b1f49890d8173b4162237b152
Backing out RepeatedCharactersPasswordValidatorConfiguration.xml and UniqueCharactersPasswordValidatorConfiguration.xml
2 files modified
68 ■■■■ changed files
opends/src/admin/defn/org/opends/server/admin/std/RepeatedCharactersPasswordValidatorConfiguration.xml 36 ●●●● patch | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/UniqueCharactersPasswordValidatorConfiguration.xml 32 ●●●● patch | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/RepeatedCharactersPasswordValidatorConfiguration.xml
@@ -23,7 +23,7 @@
  ! CDDL HEADER END
  !
  !
  !      Portions Copyright 2007-2008 Sun Microsystems, Inc.
  !      Portions Copyright 2007 Sun Microsystems, Inc.
  ! -->
<adm:managed-object name="repeated-characters-password-validator"
  plural-name="repeated-characters-password-validators"
@@ -35,13 +35,8 @@
    <adm:user-friendly-name />
    is used to determine whether a proposed password is acceptable based
    on the number of times any character may appear consecutively in a
    password value.
    password value.
  </adm:synopsis>
  <adm:description>
    It ensures that user passwords do not contain strings
    of the same character repeated several times, like "aaaaaa" or
    "aaabbb".
  </adm:description>
  <adm:profile name="ldap">
    <ldap:object-class>
      <ldap:name>
@@ -61,20 +56,15 @@
  </adm:property-override>
  <adm:property name="max-consecutive-length" mandatory="true">
    <adm:synopsis>
      Specifies the maximum number of times that any character can
      Specifies the maximum number of times that any character may
      appear consecutively in a password value.
    </adm:synopsis>
    <adm:description>
      A value of zero indicates that there will be no maximum limit
      enforced.
      enforced.
    </adm:description>
    <adm:default-behavior>
      <adm:defined>
        <adm:value>2</adm:value>
      </adm:defined>
    </adm:default-behavior>
    <adm:syntax>
      <adm:integer lower-limit="0" upper-limit="2147483647"/>
      <adm:integer lower-limit="0" />
    </adm:syntax>
    <adm:profile name="ldap">
      <ldap:attribute>
@@ -88,18 +78,12 @@
      characters in a case-sensitive manner.
    </adm:synopsis>
    <adm:description>
      If the value of this property is false, the validator ignores
      any differences in capitalization
      when looking for consecutive characters in the
      password. If the value is true, the validator considers a
      character to be repeating only if all consecutive occurrences
      use the same capitalization.
      A value of false indicates that any differences in capitalization
      should be ignored when looking for consecutive characters in the
      password. A value of true indicates that a character should only
      be considered repeating if all consecutive occurrences use the
      same capitalization.
    </adm:description>
    <adm:default-behavior>
      <adm:defined>
        <adm:value>false</adm:value>
      </adm:defined>
    </adm:default-behavior>
    <adm:syntax>
      <adm:boolean />
    </adm:syntax>
opends/src/admin/defn/org/opends/server/admin/std/UniqueCharactersPasswordValidatorConfiguration.xml
@@ -23,7 +23,7 @@
  ! CDDL HEADER END
  !
  !
  !      Portions Copyright 2007-2008 Sun Microsystems, Inc.
  !      Portions Copyright 2007 Sun Microsystems, Inc.
  ! -->
<adm:managed-object name="unique-characters-password-validator"
  plural-name="unique-characters-password-validators"
@@ -33,13 +33,9 @@
  <adm:synopsis>
    The
    <adm:user-friendly-name />
    determines whether a proposed password is acceptable based
    is used to determine whether a proposed password is acceptable based
    on the number of unique characters that it contains.
  </adm:synopsis>
  <adm:description>
    This validator can be used to prevent simple passwords that contain only
    a few characters like "aabbcc" or "abcabc".
  </adm:description>
  <adm:profile name="ldap">
    <ldap:object-class>
      <ldap:name>ds-cfg-unique-characters-password-validator</ldap:name>
@@ -61,16 +57,11 @@
      will be allowed to contain.
    </adm:synopsis>
    <adm:description>
      A value of zero indicates that no minimum value is
      A value of zero indicates that there will be no minimum value
      enforced.
    </adm:description>
    <adm:default-behavior>
      <adm:defined>
        <adm:value>5</adm:value>
      </adm:defined>
    </adm:default-behavior>
    <adm:syntax>
      <adm:integer lower-limit="0" upper-limit="2147483647"/>
      <adm:integer lower-limit="0" />
    </adm:syntax>
    <adm:profile name="ldap">
      <ldap:attribute>
@@ -84,17 +75,12 @@
      characters in a case-sensitive manner.
    </adm:synopsis>
    <adm:description>
      If the value of this property is true, then the validator does
      not consider a capital letter to be the same as its lower-case
      counterpart. If the value is false, the validator ignores
      differences in capitalization when counting the number of
      unique characters in the password.
      A value of true indicates that a capital letter should not be
      considered the same as its lower-case counterpart. A value of
      false indicates that differences in capitalization should be
      ignored when looking at the number of unique characters in the
      password.
    </adm:description>
    <adm:default-behavior>
      <adm:defined>
        <adm:value>false</adm:value>
      </adm:defined>
    </adm:default-behavior>
    <adm:syntax>
      <adm:boolean />
    </adm:syntax>