]> source.dussan.org Git - gitea.git/commitdiff
Add note about build-time flags for PAM support (#16641)
authortechknowlogick <techknowlogick@gitea.io>
Sat, 7 Aug 2021 05:22:30 +0000 (01:22 -0400)
committerGitHub <noreply@github.com>
Sat, 7 Aug 2021 05:22:30 +0000 (01:22 -0400)
Fix #16639

docs/content/doc/features/authentication.en-us.md

index 21181ac1b20eccce2ce9c39a991b1b14536b3ba7..6a39383846781c06816f3efb3f57770decc78801 100644 (file)
@@ -170,6 +170,8 @@ To configure PAM, set the 'PAM Service Name' to a filename in `/etc/pam.d/`. To
 work with normal Linux passwords, the user running Gitea must have read access
 to `/etc/shadow`.
 
+**Note**: PAM support is added via [build-time flags](https://docs.gitea.io/en-us/install-from-source/#build), and the official binaries provided do not have this enabled.
+
 ## SMTP (Simple Mail Transfer Protocol)
 
 This option allows Gitea to log in to an SMTP host as a Gitea user. To