summaryrefslogtreecommitdiff
path: root/modules/pam_userdb/README
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_userdb/README')
-rw-r--r--modules/pam_userdb/README11
1 files changed, 9 insertions, 2 deletions
diff --git a/modules/pam_userdb/README b/modules/pam_userdb/README
index 8b4f6760..0d74ecb2 100644
--- a/modules/pam_userdb/README
+++ b/modules/pam_userdb/README
@@ -27,13 +27,20 @@ RECOGNIZED ARGUMENTS:
dump dump all the entries in the database to the log (eek,
don't do this by default!)
- use_authtok use the authentication token previously obtained by
+ try_first_pass use the authentication token previously obtained by
another module that did the conversation with the
application. If this token can not be obtained then
- the module will try to converse again. This option can
+ the module will try to converse. This option can
be used for stacking different modules that need to
deal with the authentication tokens.
+ use_first_pass use the authentication token previously obtained by
+ another module that did the conversation with the
+ application. If this token can not be obtained then
+ the module will fail. This option can be used for
+ stacking different modules that need to deal with
+ the authentication tokens.
+
unknown_ok do not return error when checking for a user that is
not in the database. This can be used to stack more
than one pam_userdb module that will check a