summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-08-02 22:24:49 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-08-02 22:24:49 +1000
commit6aaa58c4709c43ffb9f3f2be299cd5c4044f24a3 (patch)
treeecaaf1b076e187ff9e338c844547dec1be09e006 /readconf.h
parent4c29dd9f4438d2ab6ac8d2df361fd48360b208ab (diff)
- (dtucker) OpenBSD CVS Sync
- markus@cvs.openbsd.org 2003/07/22 13:35:22 [auth1.c auth.h auth-passwd.c monitor.c monitor.h monitor_wrap.c monitor_wrap.h readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c ssh_config.5 sshconnect1.c sshd.c sshd_config.5 ssh.h] remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); test+ok henning@ - (dtucker) [Makefile.in acconfig.h configure.ac] Remove KRB4/AFS support. - (dtucker) [auth-krb4.c radix.c radix.h] Remove KRB4/AFS specific files. I hope I got this right....
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/readconf.h b/readconf.h
index 4e0b74318..cc94253e6 100644
--- a/readconf.h
+++ b/readconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.h,v 1.51 2003/07/03 08:09:06 djm Exp $ */ 1/* $OpenBSD: readconf.h,v 1.52 2003/07/22 13:35:22 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -43,7 +43,6 @@ typedef struct {
43 /* Try S/Key or TIS, authentication. */ 43 /* Try S/Key or TIS, authentication. */
44 int kerberos_authentication; /* Try Kerberos authentication. */ 44 int kerberos_authentication; /* Try Kerberos authentication. */
45 int kerberos_tgt_passing; /* Try Kerberos TGT passing. */ 45 int kerberos_tgt_passing; /* Try Kerberos TGT passing. */
46 int afs_token_passing; /* Try AFS token passing. */
47 int password_authentication; /* Try password 46 int password_authentication; /* Try password
48 * authentication. */ 47 * authentication. */
49 int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ 48 int kbd_interactive_authentication; /* Try keyboard-interactive auth. */