diff options
-rw-r--r-- | docs/docbook/manpages/smbclient.1.sgml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/docbook/manpages/smbclient.1.sgml b/docs/docbook/manpages/smbclient.1.sgml index 7e908e5d70..a08f6999e4 100644 --- a/docs/docbook/manpages/smbclient.1.sgml +++ b/docs/docbook/manpages/smbclient.1.sgml @@ -38,6 +38,7 @@ <arg choice="opt">-R <name resolve order></arg> <arg choice="opt">-s <smb config file></arg> <arg choice="opt">-T<c|x>IXFqgbNan</arg> + <arg choice="opt">-k</arg> </cmdsynopsis> </refsynopsisdiv> @@ -587,6 +588,14 @@ domain = <value> <para>This is particularly useful in scripts and for printing stdin to the server, e.g. <command>-c 'print -'</command>. </para></listitem> </varlistentry> + + <varlistentry> + <term>-k</term> + <listitem><para> + Try to authenticate with kerberos. Only useful in + an Active Directory environment. + </para></listitem> + </varlistentry> </variablelist> </refsect1> |