Browse Source

Updated method updateACL

Paolo Galli 4 years ago
parent
commit
2348b6aa64
1 changed files with 5 additions and 0 deletions
  1. 5 0
      lcmlog-server-utils

+ 5 - 0
lcmlog-server-utils

@@ -114,6 +114,11 @@ method_authlookup()
 		for uid in $(awk '{print $1}' $DIR/auth/Nirvana); do
 			getent passwd $uid
 		done
+		echo
+		
+		# look dir permissions
+		getfacl $DIR/data
+		getfacl $DIR/logs
 
 	else
 		echo "auth folder not present. Use the -i option to create it."