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>2016-10-27 10:40:13 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-10-27 10:40:13 +0300
commite4cc0b1b9bcef2a5dd4a04d2a09ae5f863f7111e (patch)
treeae2c40b52a913193c0009d5efc232927dfce2657
parent43d3088a04854bcf1fb09ed2b5d50c3b7dd25267 (diff)
[AUTH-9234] reversed username and uid
-rw-r--r--include/tests_authentication2
1 files changed, 1 insertions, 1 deletions
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=""