summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2001-06-25 00:29:42 +0000
committerHans Insulander <hin@cvs.openbsd.org>2001-06-25 00:29:42 +0000
commit636833b8add154b20e7cbadd00e2a907962184d7 (patch)
tree0365b12ed141c4fac40201c2c779d34902a91edd
parent1440ee3d440abce162f4e6c5365c905a96587d0e (diff)
Mention BSD Authentication.
Remove some things from the TODO list.
-rw-r--r--kerberosV/README20
1 files changed, 17 insertions, 3 deletions
diff --git a/kerberosV/README b/kerberosV/README
index 319c8699dcf..c282861c598 100644
--- a/kerberosV/README
+++ b/kerberosV/README
@@ -40,6 +40,23 @@ quite incomplete. A number of manpages for library functions are also
available.
+BSD Auth
+========
+
+There's also a BSD Authentication login script in src/libexec/login_krb5,
+which you can enable by typing
+
+# cd /usr/src/libexec/login_krb5
+# make ; make install
+
+Then change the line with "auth-defaults" in /etc/login.conf to include the
+string "krb5" at the end of the authentication methods. You should now be
+able to login with Kerberos 5 passwords by typing your login name followed
+by ":krb5" on the login prompt.
+
+Su does not work at this time, but we expect it to do so in the near future.
+
+
TODO
====
@@ -47,14 +64,11 @@ Things todo, in no particular order:
- Make sure to not try krb5 auth when no ticket exists. (same goes for krb4)
(i think this is actually ok, but it needs to be verified.)
- - hprop, iprop
- - kf, kfd
- kpasswdd and hack krb5 support in our passwd
- krb5-config script
- kx, kxd
- krb5 support in login, xdm, xlock, su and sudo
- rxtelnet, rxterm
- - string2key
- pop-server and push
- rsh, rshd
- ssh and sshd