From da205f6a31bc7b40d4dd0054921472b92bb69a07 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Wed, 25 Apr 2018 19:25:54 +0200 Subject: [PATCH] Improve check_process (level 4, author=user) hi, we should force level 4 since LDAP integration doesn't make sense for this app (no need to deny level 4 or more) add the "author" field as "USER", in hope it enables the tests to run. --- check_process | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/check_process b/check_process index f20b174..8e6440d 100644 --- a/check_process +++ b/check_process @@ -7,9 +7,9 @@ admin="john" (USER) language="fr" is_public=1 (PUBLIC|public=1|private=0) - author="john" - password="pass" - port="666" (PORT) + author="john" (USER) + password="pass" + port="666" (PORT) ; Checks pkg_linter=1 setup_sub_dir=1 @@ -28,7 +28,7 @@ Level 2=auto Level 3=auto # Level 4: - Level 4=0 + Level 4=1 # Level 5: Level 5=auto Level 6=auto