aboutsummaryrefslogtreecommitdiff
path: root/etc/pam.d/README
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2004-06-06 11:46:29 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2004-06-06 11:46:29 +0000
commitd8beb0fd3b2818df05c2978bf8ba0dde6a03bda9 (patch)
tree61f525058713dcef7460f57c8307ffc492c8e1d2 /etc/pam.d/README
parentd5499b02cf45bcbe62410af6ed95d9e03dafa800 (diff)
downloadsrc-d8beb0fd3b2818df05c2978bf8ba0dde6a03bda9.tar.gz
src-d8beb0fd3b2818df05c2978bf8ba0dde6a03bda9.zip
Removed whitespace at BOF, EOL & EOF.
Notes
Notes: svn path=/head/; revision=130151
Diffstat (limited to 'etc/pam.d/README')
-rw-r--r--etc/pam.d/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/pam.d/README b/etc/pam.d/README
index 53a23cb855e9..7b8f9582124e 100644
--- a/etc/pam.d/README
+++ b/etc/pam.d/README
@@ -20,7 +20,7 @@ Comments are introduced with a hash mark ('#'). Blank lines and lines
consisting entirely of comments are ignored.
The meanings of the different fields are as follows:
-
+
module-type:
auth: prompt for a password to authenticate that the user is
who they say they are, and set any credentials.
@@ -28,7 +28,7 @@ The meanings of the different fields are as follows:
resources, etc.
session: housekeeping before and/or after login.
password: update authentication tokens.
-
+
control-flag: How libpam handles success or failure of the module.
required: success is required; on failure all remaining
modules are run, but the request will be denied.
@@ -39,7 +39,7 @@ The meanings of the different fields are as follows:
binding: success is sufficient; on failure all remaining
modules are run, but the request will be denied.
optional: ignored unless the other modules return PAM_IGNORE.
-
+
arguments: Module-specific options, plus some generic ones:
debug: syslog debug info.
no_warn: return no warning messages to the application.
@@ -53,7 +53,7 @@ The meanings of the different fields are as follows:
use_mapped_pass: convert cleartext password to a crypto key.
expose_account: allow printing more info about the user when
prompting.
-
+
Note that having a "sufficient" module as the last entry for a
particular service and module type may result in surprising behaviour.
To get the intended semantics, add a "required" entry listing the