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

matthew_swift
27.24.2007 32b3e38219b938f33583a5adfceaeece416cac39
Remove default behavior for minimum-password-difference property because the property is mandatory and can, therefore, never be left undefined.
1 files modified
5 ■■■■■ changed files
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SimilarityBasedPasswordValidatorConfiguration.xml 5 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SimilarityBasedPasswordValidatorConfiguration.xml
@@ -27,11 +27,6 @@
      A value of zero indicates that there will be no difference is acceptable.
      Changes to this configuration attribute will take effect immediately.
    </adm:description>
    <adm:default-behavior>
      <adm:defined>
        <adm:value>1</adm:value>
      </adm:defined>
    </adm:default-behavior>
    <adm:syntax>
      <adm:integer lower-limit="0" />
    </adm:syntax>