diff options
| author | KunoiSayami <[email protected]> | 2021-11-10 20:28:13 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-11-10 20:28:13 +0800 |
| commit | c64151e929cea76be5553cdeeeaf90de2ca75d89 (patch) | |
| tree | 343d8ee53fc1f2c6544fc113118e01c97f8980dd /README.md | |
| parent | 28c0cee02dc8fd49af84dd42af76f31f43f267da (diff) | |
feat(core): Support use PAM to provide verification
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: |
