diff options
author | Suresh Jayaraman <sjayaraman@suse.de> | 2009-07-06 06:31:30 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@redhat.com> | 2009-07-06 06:31:30 -0400 |
commit | 91e020fca1b1428d994e742e97c5c73d4bf88458 (patch) | |
tree | 71634c971b8305c666b29253bbf8882b26da4a28 /docs-xml/manpages-3 | |
parent | 5e7da42f6ea768a1e2eeeb15b8b2c41cdfcac94f (diff) | |
download | samba-91e020fca1b1428d994e742e97c5c73d4bf88458.tar.gz samba-91e020fca1b1428d994e742e97c5c73d4bf88458.tar.bz2 samba-91e020fca1b1428d994e742e97c5c73d4bf88458.zip |
doc: clarify that mount.cifs never uses smb.conf
For some users who are used to smbclient, it is not clear that
mount.cifs never uses smb.conf for configuring client specific
parameters. So, let's add this information to mount.cifs man page.
Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
Diffstat (limited to 'docs-xml/manpages-3')
-rw-r--r-- | docs-xml/manpages-3/mount.cifs.8.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/mount.cifs.8.xml b/docs-xml/manpages-3/mount.cifs.8.xml index a748b90adb..6461d82aef 100644 --- a/docs-xml/manpages-3/mount.cifs.8.xml +++ b/docs-xml/manpages-3/mount.cifs.8.xml @@ -589,6 +589,14 @@ read and used as the password. <title>NOTES</title> <para>This command may be used only by root, unless installed setuid, in which case the noeexec and nosuid mount flags are enabled. When installed as a setuid program, the program follows the conventions set forth by the mount program for user mounts.</para> + + <para> + Some samba client tools like smbclient(8) honour client-side + configuration parameters present in smb.conf. Unlike those + client tools, <emphasis>mount.cifs</emphasis> ignores smb.conf + completely. + </para> + </refsect1> <refsect1> |