diff options
author | Günther Deschner <gd@samba.org> | 2007-05-11 12:37:37 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:32 -0500 |
commit | 83a24744c03955565a2ecc83203a9fab1d4db68f (patch) | |
tree | d32c032e0c2e7b5a7e7202faef7ea7ce179aa46b /docs/manpages-3 | |
parent | ae0f22ee3a8110d879711ef8e72634b6ff1b6793 (diff) | |
download | samba-83a24744c03955565a2ecc83203a9fab1d4db68f.tar.gz samba-83a24744c03955565a2ecc83203a9fab1d4db68f.tar.bz2 samba-83a24744c03955565a2ecc83203a9fab1d4db68f.zip |
Document debug_state option.
Guenther
(This used to be commit 73f00a862c27caa1e56d8d75ab956ac1f80d36e9)
Diffstat (limited to 'docs/manpages-3')
-rw-r--r-- | docs/manpages-3/pam_winbind.7.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manpages-3/pam_winbind.7.xml b/docs/manpages-3/pam_winbind.7.xml index afbf11195f..118af21f6d 100644 --- a/docs/manpages-3/pam_winbind.7.xml +++ b/docs/manpages-3/pam_winbind.7.xml @@ -44,6 +44,11 @@ </varlistentry> <varlistentry> + <term>debug_state</term> + <listitem><para>Gives detailed PAM state 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 |