diff options
author | Damien Miller <djm@mindrot.org> | 2003-05-15 04:05:28 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-05-15 04:05:28 +0200 |
commit | 2aa0ab463f479649760110ca52fa341880c5ae3a (patch) | |
tree | 4b6a778cc687b5e87e40ae2decba2184b124c09e /readconf.h | |
parent | - markus@cvs.openbsd.org 2003/05/15 00:28:28 (diff) | |
download | openssh-2aa0ab463f479649760110ca52fa341880c5ae3a.tar.xz openssh-2aa0ab463f479649760110ca52fa341880c5ae3a.zip |
- 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.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/readconf.h b/readconf.h index d141b8c00..991e20091 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. */ |