diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-03 17:09:33 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-03 17:09:33 +0000 |
commit | dc1245b6187b675a981f1485c24774c178475dc7 (patch) | |
tree | baec0e647eb83cbdf7fe483ce1ad3eca02a8c4e0 /docs | |
parent | 101b52e0bef0b21282d5fd0503acde89bc680bb1 (diff) | |
download | samba-dc1245b6187b675a981f1485c24774c178475dc7.tar.gz samba-dc1245b6187b675a981f1485c24774c178475dc7.tar.xz samba-dc1245b6187b675a981f1485c24774c178475dc7.zip |
Update for 3.0
(This used to be commit 28ba8dabb3abba2e787f424ab4e7550e5f8b6524)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docbook/manpages/smbmount.8.sgml | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/docs/docbook/manpages/smbmount.8.sgml b/docs/docbook/manpages/smbmount.8.sgml index d17e4e6bcf..12f64c7354 100644 --- a/docs/docbook/manpages/smbmount.8.sgml +++ b/docs/docbook/manpages/smbmount.8.sgml @@ -100,6 +100,11 @@ password = <value> </varlistentry> <varlistentry> + <term>krb</term> + <listitem><para>Use kerberos (Active Directory). </para></listitem> + </varlistentry> + + <varlistentry> <term>netbiosname=<arg></term> <listitem><para>sets the source NetBIOS name. It defaults to the local hostname. </para></listitem> @@ -140,7 +145,7 @@ password = <value> <varlistentry> <term>dmask=<arg></term> - <listitem><para>sets the directory mask. This determines the + <listitem><para>Sets the directory mask. This determines the permissions that remote directories have in the local filesystem. The default is based on the current umask. </para></listitem> </varlistentry> @@ -148,7 +153,7 @@ password = <value> <varlistentry> <term>debug=<arg></term> - <listitem><para>sets the debug level. This is useful for + <listitem><para>Sets the debug level. This is useful for tracking down SMB connection problems. A suggested value to start with is 4. If set too high there will be a lot of output, possibly hiding the useful output.</para></listitem> @@ -157,7 +162,7 @@ password = <value> <varlistentry> <term>ip=<arg></term> - <listitem><para>sets the destination host or IP address. + <listitem><para>Sets the destination host or IP address. </para></listitem> </varlistentry> @@ -165,14 +170,14 @@ password = <value> <varlistentry> <term>workgroup=<arg></term> - <listitem><para>sets the workgroup on the destination </para> + <listitem><para>Sets the workgroup on the destination </para> </listitem> </varlistentry> <varlistentry> <term>sockopt=<arg></term> - <listitem><para>sets the TCP socket options. See the <ulink + <listitem><para>Sets the TCP socket options. See the <ulink url="smb.conf.5.html#SOCKETOPTIONS"><citerefentry><refentrytitle>smb.conf</refentrytitle> <manvolnum>5</manvolnum></citerefentry></ulink> <parameter>socket options</parameter> option. </para></listitem> @@ -181,15 +186,14 @@ password = <value> <varlistentry> <term>scope=<arg></term> - <listitem><para>sets the NetBIOS scope </para></listitem> + <listitem><para>Sets the NetBIOS scope </para></listitem> </varlistentry> <varlistentry> <term>guest</term> - <listitem><para>don't prompt for a password </para></listitem> + <listitem><para>Don't prompt for a password </para></listitem> </varlistentry> - <varlistentry> <term>ro</term> <listitem><para>mount read-only </para></listitem> |