From 3bce5191ef27432781e28974aa613c27fc841fcd Mon Sep 17 00:00:00 2001 From: mboelen Date: Thu, 16 Apr 2015 19:00:03 +0200 Subject: [PATCH] Apply group check on all groups when using AIX --- include/tests_authentication | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_authentication b/include/tests_authentication index 89a81a29..6921373c 100644 --- a/include/tests_authentication +++ b/include/tests_authentication @@ -124,7 +124,7 @@ # Read only mode FIND=`${GRPCKBINARY} -r 2> /dev/null ; echo $?` elif [ "${OS}" = "AIX" ]; then - FIND=`${GRPCKBINARY} -n 2> /dev/null ; echo $?` + FIND=`${GRPCKBINARY} -n ALL 2> /dev/null ; echo $?` else FIND=`${GRPCKBINARY} 2> /dev/null ; echo $?` fi