Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2020-03-31 17:35:48 +0300
committerGitHub <noreply@github.com>2020-03-31 17:35:48 +0300
commit288bca9334e4b311a9d096af87c7ee0989e8359d (patch)
tree4d01faa95dbbf9fae369385dccdd88b4d51a38ba /include/tests_authentication
parenta38e2b535e09ec12e58a9243ef942c9f778acb7a (diff)
parent18daa9f4955e0f5e1009321bd24a8002aab392e6 (diff)
Merge pull request #887 from bginsbach/fix-auth-9229
AUTH-9229 Do not use long options for sort
Diffstat (limited to 'include/tests_authentication')
-rw-r--r--include/tests_authentication2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_authentication b/include/tests_authentication
index 81842b63..d005882a 100644
--- a/include/tests_authentication
+++ b/include/tests_authentication
@@ -374,7 +374,7 @@
echo "Unknown password hashing method ${METHOD}. Please report to lynis-dev@cisofy.com"
;;
esac
- done | ${SORTBINARY} --unique | ${TRBINARY} '\n' ' ')
+ done | ${SORTBINARY} -u | ${TRBINARY} '\n' ' ')
if [ -z "${FIND}" ]; then
Display --indent 2 --text "- Password hashing methods" --result "${STATUS_OK}" --color GREEN
LogText "Result: no poor password hashing methods found"