From 62069021af61f85941ef5c557e076876c767063a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 20 Jan 2005 22:28:27 +0000 Subject: Start documenting pam_winbind's options. Maybe someone more fluent in english can look over it... Guenther (This used to be commit e3a2a0f6a71d03c7ee723370e967e49b3cf75305) --- docs/manpages/pam_winbind.8.xml | 59 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 54 insertions(+), 5 deletions(-) (limited to 'docs/manpages/pam_winbind.8.xml') diff --git a/docs/manpages/pam_winbind.8.xml b/docs/manpages/pam_winbind.8.xml index 7edd433118..3af9c79ee2 100644 --- a/docs/manpages/pam_winbind.8.xml +++ b/docs/manpages/pam_winbind.8.xml @@ -29,17 +29,66 @@ OPTIONS - - pam_winbind does not support any additional options. + pam_winbind does support several options: + + + + debug + Gives debugging-output to syslog. + + + + require_membership_of=[SID or NAME] + + If this option is set, pam_winbind will only succeed if the + user is a member of the given SID or NAME. A SID can be either a group-SID, a + alias-SID or even a user-SID. It is also possible to give a NAME instead of the + SID. That name must have the form: MYDOMAIN\mygroup or + MYDOMAIN\myuser. pam_winbind will, in that case, lookup + the SID internally. You can verify the list of SIDs a user is a member of with + wbinfo --user-sids=SID. + + + + + try_first_pass + + + + + use_first_pass + + The default is, that pam_winbind tries to get the + authentication token from a previous module. If no token is available, the user + is asked for the old password. With this option, pam_winbind aborts with an + error if no authentication token from a previous module is available. + + + + + use_authtok + + Set the new password to the one provided by the previously + stacked password module. If this option is not set, pam_winbind would ask the + user for the new password. + + + + + + SEE ALSO - - winbind(8) + + wbinfo + 1, + winbindd + 8 @@ -56,7 +105,7 @@ by the Samba Team as an Open Source project similar to the way the Linux kernel is developed. - This manpage was written by Jelmer Vernooij. + This manpage was written by Jelmer Vernooij and Guenther Deschner. -- cgit