diff options
Diffstat (limited to 'crypto/krb5/doc/html/_sources/user/user_commands/sclient.rst.txt')
-rw-r--r-- | crypto/krb5/doc/html/_sources/user/user_commands/sclient.rst.txt | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/crypto/krb5/doc/html/_sources/user/user_commands/sclient.rst.txt b/crypto/krb5/doc/html/_sources/user/user_commands/sclient.rst.txt deleted file mode 100644 index 1e3d38f82d32..000000000000 --- a/crypto/krb5/doc/html/_sources/user/user_commands/sclient.rst.txt +++ /dev/null @@ -1,30 +0,0 @@ -.. _sclient(1): - -sclient -======= - -SYNOPSIS --------- - -**sclient** *remotehost* - - -DESCRIPTION ------------ - -sclient is a sample application, primarily useful for testing -purposes. It contacts a sample server :ref:`sserver(8)` and -authenticates to it using Kerberos version 5 tickets, then displays -the server's response. - -ENVIRONMENT ------------ - -See :ref:`kerberos(7)` for a description of Kerberos environment -variables. - - -SEE ALSO --------- - -:ref:`kinit(1)`, :ref:`sserver(8)`, :ref:`kerberos(7)` |