diff options
author | John Terpstra <jht@samba.org> | 2005-12-26 17:04:40 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:15 -0500 |
commit | 2085e848eac56624d78fce41d3547f6cf8e9ff6b (patch) | |
tree | b8ff37637ff16788e5434e09d3692d6dc732db5f | |
parent | c89747fd1bb22328a0f3c99614c9190688bc6227 (diff) | |
download | samba-2085e848eac56624d78fce41d3547f6cf8e9ff6b.tar.gz samba-2085e848eac56624d78fce41d3547f6cf8e9ff6b.tar.bz2 samba-2085e848eac56624d78fce41d3547f6cf8e9ff6b.zip |
Reformat of source only.
(This used to be commit f091aa4e37e406245610aea66d20e4c81c7b59a7)
-rw-r--r-- | docs/manpages-3/libsmbclient.7.xml | 16 | ||||
-rw-r--r-- | docs/manpages-3/pam_winbind.7.xml | 37 |
2 files changed, 24 insertions, 29 deletions
diff --git a/docs/manpages-3/libsmbclient.7.xml b/docs/manpages-3/libsmbclient.7.xml index 23d9dbd258..5b3c085654 100644 --- a/docs/manpages-3/libsmbclient.7.xml +++ b/docs/manpages-3/libsmbclient.7.xml @@ -32,19 +32,17 @@ </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> diff --git a/docs/manpages-3/pam_winbind.7.xml b/docs/manpages-3/pam_winbind.7.xml index 519227e982..98d15d26a8 100644 --- a/docs/manpages-3/pam_winbind.7.xml +++ b/docs/manpages-3/pam_winbind.7.xml @@ -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> @@ -38,14 +39,12 @@ <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> @@ -57,19 +56,17 @@ <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> @@ -98,10 +95,10 @@ <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> |