summaryrefslogtreecommitdiff
path: root/kerberosV
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2001-05-25 10:21:23 +0000
committerHans Insulander <hin@cvs.openbsd.org>2001-05-25 10:21:23 +0000
commit1346fe2b7456f0c8948b24720f7afa4650704cd8 (patch)
treed69103e2461bd22e6b4928abc848bb93a06c7fa9 /kerberosV
parent4fd64acf98f98ea2ca9e2c9f2bafa61d386eff4c (diff)
Simple build instructions.
Diffstat (limited to 'kerberosV')
-rw-r--r--kerberosV/README15
1 files changed, 15 insertions, 0 deletions
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 <hin@openbsd.org> 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: