From: Theodore Tso Date: Wed, 15 Jun 1994 04:48:57 +0000 (+0000) Subject: As submitted by Barry X-Git-Tag: krb5-1.0-beta4~61 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0ecb8dbbcc4893086e6b00f585770d2f93563283;p=krb5.git As submitted by Barry git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3793 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/gssapi/README_SAMPLE_APP b/src/lib/gssapi/README_SAMPLE_APP new file mode 100644 index 000000000..c26bb09ad --- /dev/null +++ b/src/lib/gssapi/README_SAMPLE_APP @@ -0,0 +1,4 @@ +A sample GSS-API client and server application can be found in the +directory ./appl/gss-sample in this distribution. Read the file +./appl/gss-sample/README for information on how it works and how to +build it.