git: 92ff61601c - main - articles/pam: Increment number of control flags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Jan 2026 04:16:02 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/doc/commit/?id=92ff61601c6e2b63a81953876fa4e6876350a006
commit 92ff61601c6e2b63a81953876fa4e6876350a006
Author: Samvel Khalatyan <sn.khalatyan@gmail.com>
AuthorDate: 2025-10-01 15:34:11 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-01-13 04:13:33 +0000
articles/pam: Increment number of control flags
Reviewed by: ziaee
Pull Request: https://github.com/freebsd/freebsd-src/pull/558
---
documentation/content/en/articles/pam/_index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/content/en/articles/pam/_index.adoc b/documentation/content/en/articles/pam/_index.adoc
index 7f6ffe249b..d259697570 100644
--- a/documentation/content/en/articles/pam/_index.adoc
+++ b/documentation/content/en/articles/pam/_index.adoc
@@ -298,7 +298,7 @@ A policy consists of four chains, one for each of the four PAM facilities.
Each chain is a sequence of configuration statements, each specifying a module to invoke, some (optional) parameters to pass to the module, and a control flag that describes how to interpret the return code from the module.
Understanding the control flags is essential to understanding PAM configuration files.
-There are four different control flags:
+There are five different control flags:
`binding`::
If the module succeeds and no earlier module in the chain has failed, the chain is immediately terminated and the request is granted.