Paramètre SAP login/min_password_diff - min. number of chars which differ between old and new password

Parameter
login/min_password_diff

Short text
Number of different characters: Old/new password

Parameter description
The administrator can use this parameter to specify by how manycharacters a new password must differ from the old password when theuser changes it. This parameter is ignored when new users are created orwhen passwordsd are reset to the initial password.

Work area
Logon

Parameter unit
Number of characters

Default value
1

Who is allowed
Customer

Limitation for os
None

Limitation for db
None

  • login/min_password_lng

  • login/min_password_digits

  • login/min_password_letters

  • login/min_password_specials

  • login/min_password_lowercase

  • login/min_password_uppercase

  • login/disable_password_logon

  • login/password_charset

  • login/password_downwards_compatibility
    • login/password_compliance_to_current_policy

      Valid_values
      1 - 40 (if
      login/password_downwards_compatibility = 5: 1 - 8 only)
      The number of different characters is calculated as follows:
      The two character strings are made to overlap as much as possible (bysearching for the longest common string and rotating as necessary). Thenumber of different characters (after comparing character-by-character)returns the number the system needs.
      Example
      Old password = "BDAFAG" (six characters)
      New password = "ABC DBA" (seven characters)
      After being rotated: "DBAABC " (seven characters)
      ==> Number of different characters = 4