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

Update 3.2 branch to 3.2.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.