diff --git a/include/tests_authentication b/include/tests_authentication index afedbb1d..e8ea4d46 100644 --- a/include/tests_authentication +++ b/include/tests_authentication @@ -310,7 +310,7 @@ if [ ! -z "${FIND_USERS}" ]; then for FUSERNAME in ${FIND_USERS}; do FDETAILS=$(dscacheutil -q user -a name ${FUSERNAME} | ${GREPBINARY} "^uid: " | ${AWKBINARY} '{print $2}') - FIND="${FDETAILS},${FUSERNAME} ${FIND}" + FIND="${FUSERNAME},${FDETAILS} ${FIND}" done else FIND=""