From c64151e929cea76be5553cdeeeaf90de2ca75d89 Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Wed, 10 Nov 2021 20:28:13 +0800 Subject: feat(core): Support use PAM to provide verification Signed-off-by: KunoiSayami --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0c3207a..4391b66 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ cgit-simple-auth-bypass-root=false # Should enable authenticate in all repository # Available options: full, part, none cgit-simple-auth-protect=full +# Use PAM to provide verification +# Available options: false(disable PAM) +# Or 'system-auth', 'system-login' etc. (write the method you need) +cgit-simple-auth-use-pam=false ``` Available options for repositories: -- cgit v1.3.1