svn commit: samba-docs r328 - in trunk/manpages: .

gd at samba.org gd at samba.org
Thu Jan 20 22:28:27 GMT 2005


Author: gd
Date: 2005-01-20 22:28:27 +0000 (Thu, 20 Jan 2005)
New Revision: 328

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=328

Log:
Start documenting pam_winbind's options. Maybe someone more fluent in
english can look over it...

Guenther

Modified:
   trunk/manpages/pam_winbind.8.xml
   trunk/manpages/winbindd.8.xml


Changeset:
Modified: trunk/manpages/pam_winbind.8.xml
===================================================================
--- trunk/manpages/pam_winbind.8.xml	2005-01-20 21:56:35 UTC (rev 327)
+++ trunk/manpages/pam_winbind.8.xml	2005-01-20 22:28:27 UTC (rev 328)
@@ -29,17 +29,66 @@
 
 <refsect1>
 	<title>OPTIONS</title>
+	<para>
+		pam_winbind does support several options:
+		<variablelist>
 
-	<para>
-		pam_winbind does not support any additional options.
+		<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>
 

Modified: trunk/manpages/winbindd.8.xml
===================================================================
--- trunk/manpages/winbindd.8.xml	2005-01-20 21:56:35 UTC (rev 327)
+++ trunk/manpages/winbindd.8.xml	2005-01-20 22:28:27 UTC (rev 328)
@@ -461,7 +461,9 @@
 	<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>



More information about the samba-cvs mailing list