Skip to content
  • Arun Kuruvila's avatar
    87d2cb66
    Bug #19953365 MY_PRINT_DEFAULTS DOES NOT MASK PASSWORDS · 87d2cb66
    Arun Kuruvila authored
    Description : "my_print_defaults" does not mask the
    password while printing it.
    
    Analysis : "my_print_defaults" does not mask the password
    value before printing while displaying all the config param
    values.
    
    Fix : In "my_print_defaults", the password arguments are
    masked by default while printing. An new  option,
    "--show" has been introduced in this utility which is used
    to print passwords without masking.
    
    NOTE : mtr test case not added since '--password' option's
    value cannot be specified at the command line.
    87d2cb66
    Bug #19953365 MY_PRINT_DEFAULTS DOES NOT MASK PASSWORDS
    Arun Kuruvila authored
    Description : "my_print_defaults" does not mask the
    password while printing it.
    
    Analysis : "my_print_defaults" does not mask the password
    value before printing while displaying all the config param
    values.
    
    Fix : In "my_print_defaults", the password arguments are
    masked by default while printing. An new  option,
    "--show" has been introduced in this utility which is used
    to print passwords without masking.
    
    NOTE : mtr test case not added since '--password' option's
    value cannot be specified at the command line.
Loading