From e4cc0b1b9bcef2a5dd4a04d2a09ae5f863f7111e Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 27 Oct 2016 09:40:13 +0200 Subject: [PATCH] [AUTH-9234] reversed username and uid --- include/tests_authentication | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=""