From 1346fe2b7456f0c8948b24720f7afa4650704cd8 Mon Sep 17 00:00:00 2001 From: Hans Insulander Date: Fri, 25 May 2001 10:21:23 +0000 Subject: Simple build instructions. --- kerberosV/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'kerberosV') diff --git a/kerberosV/README b/kerberosV/README index 87bd71936c9..2cb85ba2eef 100644 --- a/kerberosV/README +++ b/kerberosV/README @@ -4,6 +4,21 @@ This is experimental stuff, don't expect things to work correctly at this point. Please contact if you have questions about the kerberosV stuff. +To build this stuff, do the following: + +# cd /usr/src/kerberosV +# make build + +To get a telnet client and server with kerberos5 support, do the following: + +# echo "KERBEROS5=Yes" >> /etc/mk.conf +# cd /usr/src/lib/libtelnet +# make ; make install +# cd /usr/src/usr.bin/telnet +# make ; make install +# cd /usr/src/libexec/telnetd +# make ; make install + Things todo, in no particular order: -- cgit v1.2.3