Skip to content

Commit

Permalink
systemtests: pam_exec_check.sh: cleanup trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jan 24, 2020
1 parent 01b96b3 commit 4689343
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions systemtests/tests/bconsole-pam/bin/pam_exec_check.sh
Expand Up @@ -15,17 +15,17 @@
# type=type
# Only run the command if the module type matches the given type.
# stdout
# Per default the output of the executed command is written to /dev/null.
# With this option, the stdout output of the executed command is redirected
# to the calling application.
# It's in the responsibility of this application what happens with the output.
# Per default the output of the executed command is written to /dev/null.
# With this option, the stdout output of the executed command is redirected
# to the calling application.
# It's in the responsibility of this application what happens with the output.
# The log option is ignored.
# quiet
# Per default pam_exec.so will echo the exit status of the external command
# Per default pam_exec.so will echo the exit status of the external command
# if it fails. Specifying this option will suppress the message.
# seteuid
# Per default pam_exec.so will execute the external command
# with the real user ID of the calling process.
# Per default pam_exec.so will execute the external command
# with the real user ID of the calling process.
# Specifying this option means the command is run with the effective user ID.

# PAM_TYPE:
Expand Down

0 comments on commit 4689343

Please sign in to comment.