diff options
author | Günther Deschner <gd@samba.org> | 2005-01-20 22:28:27 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:11 -0500 |
commit | 62069021af61f85941ef5c557e076876c767063a (patch) | |
tree | 6b50a080cf06b846815da4ed70a84ce2f02ea901 /docs | |
parent | c5e08918f73c7e78bf64fb28c4d1c4a54845a7f2 (diff) | |
download | samba-62069021af61f85941ef5c557e076876c767063a.tar.gz samba-62069021af61f85941ef5c557e076876c767063a.tar.bz2 samba-62069021af61f85941ef5c557e076876c767063a.zip |
Start documenting pam_winbind's options. Maybe someone more fluent in
english can look over it...
Guenther
(This used to be commit e3a2a0f6a71d03c7ee723370e967e49b3cf75305)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages/pam_winbind.8.xml | 59 | ||||
-rw-r--r-- | docs/manpages/winbindd.8.xml | 4 |
2 files changed, 57 insertions, 6 deletions
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 @@ <refsect1> <title>OPTIONS</title> - <para> - pam_winbind does not support any additional options. + pam_winbind does support several options: + <variablelist> + + <varlistentry> + <term>debug</term> + <listitem><para>Gives debugging-output to syslog.</para></listitem> + </varlistentry> + + <varlistentry> + <term>require_membership_of=[SID or NAME]</term> + <listitem><para> + 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: <parameter>MYDOMAIN\mygroup</parameter> or + <parameter>MYDOMAIN\myuser</parameter>. 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. + </para></listitem> + </varlistentry> + + <varlistentry> + <term>try_first_pass</term> + <listitem><para></para></listitem> + </varlistentry> + + <varlistentry> + <term>use_first_pass</term> + <listitem><para> + 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. + </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, pam_winbind would ask the + user for the new password. + </para></listitem> + </varlistentry> + + </variablelist> + + </para> </refsect1> <refsect1> <title>SEE ALSO</title> - - <para>winbind(8)</para> + <para><citerefentry> + <refentrytitle>wbinfo</refentrytitle> + <manvolnum>1</manvolnum></citerefentry>, <citerefentry> + <refentrytitle>winbindd</refentrytitle> + <manvolnum>8</manvolnum></citerefentry></para> </refsect1> <refsect1> @@ -56,7 +105,7 @@ by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.</para> - <para>This manpage was written by Jelmer Vernooij.</para> + <para>This manpage was written by Jelmer Vernooij and Guenther Deschner.</para> </refsect1> diff --git a/docs/manpages/winbindd.8.xml b/docs/manpages/winbindd.8.xml index 66a8349a31..ad9578d839 100644 --- a/docs/manpages/winbindd.8.xml +++ b/docs/manpages/winbindd.8.xml @@ -461,7 +461,9 @@ auth required /lib/security/pam_pwdb.so use_first_pass shadow nullok <refentrytitle>ntlm_auth</refentrytitle> <manvolnum>8</manvolnum></citerefentry>, <citerefentry> <refentrytitle>smb.conf</refentrytitle> - <manvolnum>5</manvolnum></citerefentry></para> + <manvolnum>5</manvolnum></citerefentry>, <citerefentry> + <refentrytitle>pam_winbind</refentrytitle> + <manvolnum>8</manvolnum></citerefentry></para> </refsect1> <refsect1> |