diff --git a/include/tests_authentication b/include/tests_authentication index ce821fba..2e14c7f0 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"