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

Chris Ridd
18.02.2012 522504be45b36d6268a9798fbf7616b439f53ec7
Fix OPENDJ-664 Password validator: default of check-substrings = false breaks rule of least surprise
2 files modified
4 ■■■■ changed files
opends/resource/config/config.ldif 2 ●●● patch | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/DictionaryPasswordValidatorConfiguration.xml 2 ●●● patch | view | raw | blame | history
opends/resource/config/config.ldif
@@ -1668,7 +1668,7 @@
ds-cfg-dictionary-file: config/wordlist.txt
ds-cfg-case-sensitive-validation: false
ds-cfg-test-reversed-password: true
ds-cfg-check-substrings: false
ds-cfg-check-substrings: true
dn: cn=Length-Based Password Validator,cn=Password Validators,cn=config
objectClass: top
opends/src/admin/defn/org/opends/server/admin/std/DictionaryPasswordValidatorConfiguration.xml
@@ -158,7 +158,7 @@
    </adm:description>
    <adm:default-behavior>
      <adm:defined>
        <adm:value>false</adm:value>
        <adm:value>true</adm:value>
      </adm:defined>
    </adm:default-behavior>
    <adm:syntax>