Ignore:
Timestamp:
May 24, 2009, 7:17:10 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.1

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

Legend:

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

    r217 r221  
    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.3.x/docs-xml/manpages-3/mount.cifs.8.xml

    r217 r221  
    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
     
    138141                the server supports the Unix Extensions then the uid
    139142                and gid can be retrieved from the server (and uid
    140                 and gid would not have to be specifed on the mount.
     143                and gid would not have to be specified on the mount.
    141144                For servers which do not support the CIFS Unix
    142145                extensions, the default uid (and gid) returned on lookup
     
    370373                <listitem><para>Do not allow POSIX ACL operations even if server would support them.</para><para>
    371374                The CIFS client can get and set POSIX ACLs (getfacl, setfacl) to Samba servers
    372                 version 3.10 and later.  Setting POSIX ACLs requires enabling both XATTR and
     375                version 3.0.10 and later.  Setting POSIX ACLs requires enabling both XATTR and
    373376                then POSIX support in the CIFS configuration options when building the cifs
    374                 module.  POSIX ACL support can be disabled on a per mount basic by specifying
     377                module.  POSIX ACL support can be disabled on a per mount basis by specifying
    375378                "noacl" on mount.</para>
    376379                </listitem>
  • branches/samba-3.3.x/docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml

    r217 r221  
    118118                </varlistentry>
    119119
     120                <varlistentry>
     121                <term>smb_traffic_analyzer:total_anonymization = STRING</term>
     122                <listitem>
     123                <para>If STRING matches to 'yes', the module will replace
     124                any user name with the string given by the option
     125                smb_traffic_analyzer:anonymize_prefix, without generating
     126                an additional hash number. This means that any transfer data
     127                will be mapped to a single user, leading to a total
     128                anonymization of user related data.</para>
     129                </listitem>
     130                </varlistentry>
    120131
    121132        </variablelist>
Note: See TracChangeset for help on using the changeset viewer.