diff options
author | Andreas Schneider <mail@cynapses.org> | 2009-06-15 12:16:15 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-06-15 13:01:13 +0200 |
commit | 779eea49de3f53040fe792de4b74b73a0c51ecb3 (patch) | |
tree | a80fbf24de85cd447d37cb9cb5a70d9b73c2e350 /docs-xml | |
parent | 24f9f32fedb92f881658db856db15173e57af0bd (diff) | |
download | samba-779eea49de3f53040fe792de4b74b73a0c51ecb3.tar.gz samba-779eea49de3f53040fe792de4b74b73a0c51ecb3.tar.bz2 samba-779eea49de3f53040fe792de4b74b73a0c51ecb3.zip |
Document the try_first_pass option in the pam_winbind manpage.
Signed-off-by: Andreas Schneider <mail@cynapses.org>
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages-3/pam_winbind.7.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/docs-xml/manpages-3/pam_winbind.7.xml b/docs-xml/manpages-3/pam_winbind.7.xml index acf9c688f8..5d9d4541e8 100644 --- a/docs-xml/manpages-3/pam_winbind.7.xml +++ b/docs-xml/manpages-3/pam_winbind.7.xml @@ -89,11 +89,6 @@ </varlistentry> <varlistentry> - <term>try_first_pass</term> - <listitem><para></para></listitem> - </varlistentry> - - <varlistentry> <term>use_first_pass</term> <listitem><para> By default, pam_winbind tries to get the authentication token from a previous module. If no token is available @@ -103,6 +98,14 @@ </varlistentry> <varlistentry> + <term>try_first_pass</term> + <listitem><para> + Same as the use_first_pass option (previous item), except that if the primary password is not + valid, PAM will prompt for a password. + </para></listitem> + </varlistentry> + + <varlistentry> <term>use_authtok</term> <listitem><para> Set the new password to the one provided by the previously stacked password module. If this option is not set |