summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/servconf.h
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2003-07-22 13:35:23 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2003-07-22 13:35:23 +0000
commit9797b4fe66f9194b818bbde7361c8c85bf460488 (patch)
tree18f23acd1c0ca6992597e8b8ceac1b44be5ce901 /usr.bin/ssh/servconf.h
parentdda0af971acfe86c83b987bb82960e102a63099b (diff)
remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
test+ok henning@
Diffstat (limited to 'usr.bin/ssh/servconf.h')
-rw-r--r--usr.bin/ssh/servconf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/servconf.h b/usr.bin/ssh/servconf.h
index 4744a6ec4c2..13b6e32fff5 100644
--- a/usr.bin/ssh/servconf.h
+++ b/usr.bin/ssh/servconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: servconf.h,v 1.61 2003/06/02 09:17:34 markus Exp $ */
+/* $OpenBSD: servconf.h,v 1.62 2003/07/22 13:35:22 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -84,7 +84,6 @@ typedef struct {
* file on logout. */
int kerberos_tgt_passing; /* If true, permit Kerberos TGT
* passing. */
- int afs_token_passing; /* If true, permit AFS token passing. */
int password_authentication; /* If true, permit password
* authentication. */
int kbd_interactive_authentication; /* If true, permit */