dash.auditstdin.except
This configuration parameter specifies strings that cdash should ignore when capturing stdin data. For security, typed passwords are always ignored by default. Use regular expressions and do not include quotes. Leading and trailing spaces are ignored, spaces in the middle are not affected. For example:
dash.auditstdin.except: (prompt1|prompt2)
will match strings like these:
This is prompt1:
Prompt2 asks for password:
The default value is empty to only ignore the passwords that users enter. For more information about specifying exceptions, see the comments in the centrifyda.conf file.