diff options
author | John Terpstra <jht@samba.org> | 2005-05-20 21:31:37 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:37 -0500 |
commit | 63588b9e062a8f9281a6cc6d1bac96d23ce1ca58 (patch) | |
tree | 21acc99c032d5fbe05f97e42950d8b4577b2cdb3 /docs/manpages-3 | |
parent | ae8733267067eb8da69fb9fe99b46e31b2facb29 (diff) | |
download | samba-63588b9e062a8f9281a6cc6d1bac96d23ce1ca58.tar.gz samba-63588b9e062a8f9281a6cc6d1bac96d23ce1ca58.tar.bz2 samba-63588b9e062a8f9281a6cc6d1bac96d23ce1ca58.zip |
Updating man page info.
(This used to be commit 3ea6e74434897bf438ede1f7927da124cca0aa3d)
Diffstat (limited to 'docs/manpages-3')
-rw-r--r-- | docs/manpages-3/libsmbclient.8.xml | 127 | ||||
-rw-r--r-- | docs/manpages-3/tdbbackup.8.xml | 2 |
2 files changed, 128 insertions, 1 deletions
diff --git a/docs/manpages-3/libsmbclient.8.xml b/docs/manpages-3/libsmbclient.8.xml new file mode 100644 index 0000000000..ed72f30515 --- /dev/null +++ b/docs/manpages-3/libsmbclient.8.xml @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc"> +<refentry id="libsmbclient.8"> + +<refmeta> + <refentrytitle>libsmbclient</refentrytitle> + <manvolnum>8</manvolnum> +</refmeta> + + +<refnamediv> + <refname>libsmbclient</refname> + <refpurpose>An extension library for browsers and that can be used as a generic browsing API.</refpurpose> +</refnamediv> + +<refsynopsisdiv> + <cmdsynopsis> + <command>Browser URL:</command> + <para> + smb://[[[domain:]user[:password@]]server[/share[/path[/file]]]] [?options] + </para> + </cmdsynopsis> +</refsynopsisdiv> + + +<refsect1> + <title>DESCRIPTION</title> + + <para> + This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle> + <manvolnum>8</manvolnum></citerefentry> suite. + </para> + + <para> + <command>libsmbclient</command> is a library toolset that permits applications + to benefit from code that is used in the <command>smbclient</command> utility, + so that the resulting application will be able to browse CIFS/SMB network resources. + </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. + </para> +</refsect1> + +<refsect1> + <title>OPTIONS</title> + + <para> + What the URLs mean: + </para> + + <variablelist> + <varlistentry> + <term>smb://</term> + <listitem><para> + Shows all workgroups or domains that are visible in the network. The behavior matches + that of the Microsoft Windows Explorer. + </para> + + <para> + The method of locating the list of workgroups (domains also) varies depending on the setting of + the context variable <literal>(context->options.browse_max_lmb_count)</literal> within the + library source code. This is a compile-time option. This value determines the maximum number of + local master browsers to query for the list of workgroups. In order to ensure that the list is + complete for those present on the network, all master browsers must be querried. If there are a + large number of workgroups on the network, the time spent querying will be significant. For small + networks (just a few workgroups), it is suggested to set this value to 0, instructing libsmbclient + to query all local master browsers. In an environment that has many workgroups a more reasonable + setting may be around 3. + </para></listitem> + </varlistentry> + + <varlistentry> + <term>smb://name/</term> + <listitem><para> + This command causes libsmbclient to perform a name look-up. If the NAME<1D> or + NAME<1B> exists (workgroup name), libsmbclient will list all servers in the + workgroup (or domain). Otherwise, a name look-up for the NAME<20> (machine name) + will be performed, and the list of shared resources on the server will be displayed. + </para></listitem> + </varlistentry> + </variablelist> + + <para> + When libsmbclient is invoked by an application it searches for a directory called + <filename>.smb</filename> in the $HOME directory that is specified in the users shell + environment. It then searches for a file called <filename>smb.conf</filename> which, + if present, will fully over-ride the system <filename>/etc/samba/smb.conf</filename> file. If + instead libsmbclient finds a file called <filename>~/.smb/smb.conf.append</filename>, + it will read the system <filename>/etc/samba/smb.conf</filename> and then append the + contents of the <filename>~/.smb/smb.conf.append</filename> to it. + </para> + + <para> + <command>libsmbclient</command> will check the users shell environment for the <literal>USER</literal> + parameter and will use its value when if the <literal>user</literal> parameter was not included + in the URL. + </para> + +</refsect1> + +<refsect1> + <title>VERSION</title> + + <para> + This man page is correct for version 3.0 of the Samba suite. + </para> +</refsect1> + +<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 libsmbclient manpage page was written by John H Terpstra. + </para> +</refsect1> + +</refentry> diff --git a/docs/manpages-3/tdbbackup.8.xml b/docs/manpages-3/tdbbackup.8.xml index 1a1adf13df..4f97e4f841 100644 --- a/docs/manpages-3/tdbbackup.8.xml +++ b/docs/manpages-3/tdbbackup.8.xml @@ -90,7 +90,7 @@ <para> Samba .tdb files are stored in various locations, be sure to run backup all - .tdb file on the system. Imporatant files includes: + .tdb file on the system. Important files includes: </para> <itemizedlist> |