Ignore:
Timestamp:
May 27, 2009, 9:09:42 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.8

Location:
branches/samba-3.2.x/docs-xml/manpages-3
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/docs-xml/manpages-3/eventlogadm.8.xml

    r203 r232  
    9292                <listitem><para>
    9393                The <command>-o write</command> reads event log
    94                 records from standard input and writes them to theSamba
     94                records from standard input and writes them to the Samba
    9595                event log store named by EVENTLOG.
    9696                </para> </listitem>
     
    181181
    182182                <listitem><para>
    183                 <command>SRN</command> - he name of the machine on
     183                <command>SRN</command> - The name of the machine on
    184184                which the eventlog was generated. This is typically the
    185185                host name.
  • branches/samba-3.2.x/docs-xml/manpages-3/idmap_ad.8.xml

    r203 r232  
    2424        API, and is READONLY. Mappings must be provided in advance
    2525        by the administrator by adding the posixAccount/posixGroup
    26         classess and relative attribute/value pairs to the users and
    27         groups objects in AD</para>
     26        classes and relative attribute/value pairs to the user and
     27        group objects in the AD.</para>
    2828</refsynopsisdiv>
    2929
     
    3535                <term>range = low - high</term>
    3636                <listitem><para>
    37                         Defines the available matching uid and gid range for which the
     37                        Defines the available matching UID and GID range for which the
    3838                        backend is authoritative. Note that the range acts as a filter.
    3939                        If specified any UID or GID stored in AD that fall outside the
     
    4848                        Defines the schema that idmap_ad should use when querying
    4949                        Active Directory regarding user and group information.
    50                         This can either the RFC2307 schema support included
     50                        This can be either the RFC2307 schema support included
    5151                        in Windows 2003 R2 or the Service for Unix (SFU) schema.
    5252                </para></listitem>
  • branches/samba-3.2.x/docs-xml/manpages-3/libsmbclient.7.xml

    r203 r232  
    1919<refsynopsisdiv>
    2020        <cmdsynopsis>
    21                 <command>Browser URL:</command>
    2221        <para>
    23         smb://[[[domain:]user[:password@]]server[/share[/path[/file]]]] [?options]
    24     </para>
     22        Browser URL:
     23        <command moreinfo="none">smb://[[[domain:]user[:password@]]server[/share[/path[/file]]]] [?options]
     24        </command>
     25        </para>
    2526        </cmdsynopsis>
    2627</refsynopsisdiv>
  • branches/samba-3.2.x/docs-xml/manpages-3/mount.cifs.8.xml

    r203 r232  
    4444
    4545        <para>
    46         The mount.cifs utility attaches the UNC name (exported network resource) to
    47         the local directory <emphasis>mount-point</emphasis>. It is possible to set the mode for mount.cifs to
    48 setuid root to allow non-root users to mount shares to directories for which they
    49 have write permission.
     46        The mount.cifs utility attaches the UNC name (exported network resource)
     47        specified as <emphasis>service</emphasis> (using //server/share syntax,
     48        where "server" is the server name or IP address and "share" is the name
     49        of the share) to the local directory <emphasis>mount-point</emphasis>.
     50        It is possible to set the mode for mount.cifs to setuid root to allow
     51        non-root users to mount shares to directories for which they
     52        have write permission.
    5053        </para>
    5154
     
    9093                <listitem><para>specifies the CIFS password. If this
    9194option is not given then the environment variable
    92 <emphasis>PASSWD</emphasis> is used. If the password is not specified 
     95<emphasis>PASSWD</emphasis> is used. If the password is not specified
    9396directly or indirectly via an argument to mount, <emphasis>mount.cifs</emphasis> will prompt
    9497for a password, unless the guest option is specified.
     
    107110                <listitem><para>
    108111                                specifies a file that contains a username
    109                                 and/or password. The format of the file is:
     112                                and/or password and optionally the name of the
     113                                workgroup. The format of the file is:
    110114                        </para>
    111115
     
    113117                username=<replaceable>value</replaceable>
    114118                password=<replaceable>value</replaceable>
     119                workgroup=<replaceable>value</replaceable>
    115120</programlisting>
    116                
     121
    117122                <para>
    118123This is preferred over having passwords in plaintext in a
  • branches/samba-3.2.x/docs-xml/manpages-3/smbclient.1.xml

    r203 r232  
    1414<refnamediv>
    1515        <refname>smbclient</refname>
    16         <refpurpose>ftp-like client to access SMB/CIFS resources 
     16        <refpurpose>ftp-like client to access SMB/CIFS resources
    1717        on servers</refpurpose>
    1818</refnamediv>
     
    3131                <arg choice="opt">-A authfile</arg>
    3232                <arg choice="opt">-N</arg>
     33                <arg choice="opt">-g</arg>
    3334                <arg choice="opt">-i scope</arg>
    3435                <arg choice="opt">-O &lt;socket options&gt;</arg>
     
    4041                <arg choice="opt">-c &lt;command&gt;</arg>
    4142        </cmdsynopsis>
    42                
     43
    4344        <cmdsynopsis>
    4445                <command>smbclient</command>
     
    5556                <arg choice="opt">-A authfile</arg>
    5657                <arg choice="opt">-N</arg>
     58                <arg choice="opt">-g</arg>
    5759                <arg choice="opt">-l log-basename</arg>
    5860                <arg choice="opt">-I destinationIP</arg>
     
    234236                messages. </para></listitem>
    235237                </varlistentry>
    236                
     238
    237239                <varlistentry>
    238240                <term>-p port</term>
     
    242244                default. </para></listitem>
    243245                </varlistentry>
    244                
     246
     247                <varlistentry>
     248                <term>-g</term>
     249                <listitem><para>This parameter provides combined with
     250                <parameter>-L</parameter> easy parseable output that allows processing
     251                with utilities such as grep and cut.
     252                </para></listitem>
     253                </varlistentry>
     254
    245255                <varlistentry>
    246256                <term>-P</term>
     
    249259                </para></listitem>
    250260                </varlistentry>
    251                
     261
    252262                &stdarg.help;
    253                
     263
    254264                <varlistentry>
    255265                <term>-I IP-address</term>
    256                 <listitem><para><replaceable>IP address</replaceable> is the address of the server to connect to. 
     266                <listitem><para><replaceable>IP address</replaceable> is the address of the server to connect to.
    257267                It should be specified in standard "a.b.c.d" notation. </para>
    258268
  • branches/samba-3.2.x/docs-xml/manpages-3/vfs_recycle.8.xml

    r203 r232  
    186186        <title>EXAMPLES</title>
    187187
    188         <para>Log operations on all shares using the LOCAL1 facility
    189         and NOTICE priority:</para>
     188        <para>Move files "deleted" on <parameter>share</parameter> to
     189        <parameter>/data/share/.recycle</parameter> instead of deleting them:
     190        </para>
    190191
    191192<programlisting>
    192         <smbconfsection name="[global]"/>
     193        <smbconfsection name="[share]"/>
     194        <smbconfoption name="path">/data/share</smbconfoption>
    193195        <smbconfoption name="vfs objects">recycle</smbconfoption>
    194         <smbconfoption name="recycle:facility">LOCAL1</smbconfoption>
    195         <smbconfoption name="recycle:priority">NOTICE</smbconfoption>
     196        <smbconfoption name="recycle:repository">.recycle</smbconfoption>
     197        <smbconfoption name="recycle:keeptree">yes</smbconfoption>
     198        <smbconfoption name="recycle:versions">yes</smbconfoption>
    196199</programlisting>
    197200
Note: See TracChangeset for help on using the changeset viewer.