Reformat of source only.
authorJohn Terpstra <jht@samba.org>
Mon, 26 Dec 2005 17:04:40 +0000 (17:04 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:15 +0000 (08:47 -0500)
(This used to be commit f091aa4e37e406245610aea66d20e4c81c7b59a7)

docs/manpages-3/libsmbclient.7.xml
docs/manpages-3/pam_winbind.7.xml

index 23d9dbd258ab7d60e98f803da60345153d11e4d8..5b3c08565459d1a304f044772800fe5dbec8af4a 100644 (file)
        </para>
 
        <para>
-       <command>libsmbclient</command> is a library toolset that permits applications
-       to manipulate CIFS/SMB network resources using many of the standards POSIX functions
-       available for manipulating local UNIX/Linux files. It permits much more than just browsing,
-       files can be opened and read or written, permissions changed, file times modified, attributes
-       and ACL's can be manipulated, and so on. Of course, its functionality includes all the
+       <command>libsmbclient</command> is a library toolset that permits applications to manipulate CIFS/SMB network
+       resources using many of the standards POSIX functions available for manipulating local UNIX/Linux files. It
+       permits much more than just browsing, files can be opened and read or written, permissions changed, file times
+       modified, attributes and ACL's can be manipulated, and so on. Of course, its functionality includes all the
        capabilities commonly called browsing.
        </para>
 
        <para>
-       <command>libsmbclient</command> can not be used directly from the command line, instead
-       it provides an extension of the capabilities of tools such as file managers and browsers.
-       This man page describes the configuration options for this tool so that the user may
-       obtain greatest utility of use.
+       <command>libsmbclient</command> can not be used directly from the command line, instead it provides an
+       extension of the capabilities of tools such as file managers and browsers.  This man page describes the
+       configuration options for this tool so that the user may obtain greatest utility of use.
        </para>
 </refsect1>
 
index 519227e982994a412023712ead0e929af773858c..98d15d26a84ce4d0645efd28491a1b2d516f1367 100644 (file)
@@ -19,8 +19,9 @@
        <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
        <manvolnum>7</manvolnum></citerefentry> suite.</para>
 
-       <para>pam_winbind is a PAM module that can authenticate users against the local domain 
-       by talking to the Winbind daemon.</para>
+       <para>
+       pam_winbind is a PAM module that can authenticate users against the local domain by talking to the Winbind daemon.
+       </para>
 
 </refsect1>
 
                <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
+               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. Note that NAME may not contain any spaces. It is thus 
-               recommended to only use SIDs. You can verify the list of SIDs a user is a member 
-               of with <command>wbinfo --user-sids=SID</command>.
+               <parameter>MYDOMAIN\myuser</parameter>.  pam_winbind will, in that case, lookup the SID internally. Note that
+               NAME may not contain any spaces. It is thus recommended to only use SIDs. You can verify the list of SIDs a
+               user is a member of with <command>wbinfo --user-sids=SID</command>.
                </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 it asks the user
-               for the old password. With this option, pam_winbind aborts with an
-               error if no authentication token from a previous module is available.
+               By default, pam_winbind tries to get the authentication token from a previous module. If no token is available
+               it asks the user 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 will ask the
-               user for the new password.
+               Set the new password to the one provided by the previously stacked password module. If this option is not set 
+               pam_winbind will ask the user for the new password.
                </para></listitem>
                </varlistentry>
 
 <refsect1>
        <title>AUTHOR</title>
        
-       <para>The original Samba software and related utilities 
-       were created by Andrew Tridgell. Samba is now developed
-       by the Samba Team as an Open Source project similar 
-       to the way the Linux kernel is developed.</para>
+       <para>
+       The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed 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 and Guenther Deschner.</para>