diff options
author | Tomas Mraz <tm@t8m.info> | 2005-09-26 19:35:39 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2005-09-26 19:35:39 +0000 |
commit | e7a4b3ae9b1f401c40cfb01733193c5b8ee7f320 (patch) | |
tree | 0e558676babea6ca2b2abe93bda719858002d86d /modules/pam_userdb/README | |
parent | 2768b9a8fb819bfe5fe51a2affb2d2b8dcf1f1d5 (diff) | |
download | pam-e7a4b3ae9b1f401c40cfb01733193c5b8ee7f320.tar.gz pam-e7a4b3ae9b1f401c40cfb01733193c5b8ee7f320.tar.bz2 pam-e7a4b3ae9b1f401c40cfb01733193c5b8ee7f320.zip |
Relevant BUGIDs:
Purpose of commit: cleanup
Commit summary:
---------------
2005-09-26 Tomas Mraz <t8m@centrum.cz>
* NEWS: Add a few missing entries from CHANGELOG.
* AUTHORS: Fixed entries for Toady and me
* Makefile.am (M4_FILES): Fixed out of tree build.
* doc/specs/Makefile.am (EXTRA_DIST): Removed lex.yy.c
(spec, lex.yy.c): Fixed out of tree build.
* modules/pam_userdb/README: Document try_first_pass and
use_first_pass options, remove use_authtok option.
Diffstat (limited to 'modules/pam_userdb/README')
-rw-r--r-- | modules/pam_userdb/README | 11 |
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 |