mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
docs: Improve man mount.cifs.
Add hint about specifying the workgroup in the credentials file. Whitespace cleanup. This fixes bug #4541. Patch based on proposed patch from Christian Perrier <bubulle@debian.org>. Thanks for reporting and providing a patch! Karolin
This commit is contained in:
@ -106,12 +106,14 @@ below) or entered at the password prompt will be read correctly.
|
|||||||
|
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
specifies a file that contains a username
|
specifies a file that contains a username
|
||||||
and/or password. The format of the file is:
|
and/or password and optionally the name of the
|
||||||
|
workgroup. The format of the file is:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
username=<replaceable>value</replaceable>
|
username=<replaceable>value</replaceable>
|
||||||
password=<replaceable>value</replaceable>
|
password=<replaceable>value</replaceable>
|
||||||
|
workgroup=<replaceable>value</replaceable>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Reference in New Issue
Block a user