summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
authordjm <djm>2003-05-15 02:05:28 +0000
committerdjm <djm>2003-05-15 02:05:28 +0000
commit6a0ceeb55328c6fee29bbc5f74b9b7af17645da0 (patch)
treef8d32e3915b23cb3f765fd80c1f3782e96663470 /readconf.h
parentf70ef4aa244eb952df42d136f1598c9868a62d5f (diff)
downloadopenssh-6a0ceeb55328c6fee29bbc5f74b9b7af17645da0.tar.gz
- jakob@cvs.openbsd.org 2003/05/15 01:48:10
[readconf.c readconf.h servconf.c servconf.h] always parse kerberos options. ok djm@ markus@ - (djm) Always parse UsePAM
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/readconf.h b/readconf.h
index d141b8c0..991e2009 100644
--- a/readconf.h
+++ b/readconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: readconf.h,v 1.48 2003/05/14 18:16:20 jakob Exp $ */
+/* $OpenBSD: readconf.h,v 1.49 2003/05/15 01:48:10 jakob Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -41,15 +41,9 @@ typedef struct {
int hostbased_authentication; /* ssh2's rhosts_rsa */
int challenge_response_authentication;
/* Try S/Key or TIS, authentication. */
-#if defined(KRB4) || defined(KRB5)
int kerberos_authentication; /* Try Kerberos authentication. */
-#endif
-#if defined(AFS) || defined(KRB5)
int kerberos_tgt_passing; /* Try Kerberos TGT passing. */
-#endif
-#ifdef AFS
int afs_token_passing; /* Try AFS token passing. */
-#endif
int password_authentication; /* Try password
* authentication. */
int kbd_interactive_authentication; /* Try keyboard-interactive auth. */