summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-15 12:05:28 +1000
committerDamien Miller <djm@mindrot.org>2003-05-15 12:05:28 +1000
commit2aa0ab463f479649760110ca52fa341880c5ae3a (patch)
tree4b6a778cc687b5e87e40ae2decba2184b124c09e /servconf.h
parentf842fcb296b9fbc0de905837c6074c732db550e5 (diff)
- 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 'servconf.h')
-rw-r--r--servconf.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/servconf.h b/servconf.h
index afa80675e..4ad1ee7be 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.h,v 1.59 2002/07/30 17:03:55 markus Exp $ */ 1/* $OpenBSD: servconf.h,v 1.60 2003/05/15 01:48:10 jakob Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -73,7 +73,6 @@ typedef struct {
73 int hostbased_uses_name_from_packet_only; /* experimental */ 73 int hostbased_uses_name_from_packet_only; /* experimental */
74 int rsa_authentication; /* If true, permit RSA authentication. */ 74 int rsa_authentication; /* If true, permit RSA authentication. */
75 int pubkey_authentication; /* If true, permit ssh2 pubkey authentication. */ 75 int pubkey_authentication; /* If true, permit ssh2 pubkey authentication. */
76#if defined(KRB4) || defined(KRB5)
77 int kerberos_authentication; /* If true, permit Kerberos 76 int kerberos_authentication; /* If true, permit Kerberos
78 * authentication. */ 77 * authentication. */
79 int kerberos_or_local_passwd; /* If true, permit kerberos 78 int kerberos_or_local_passwd; /* If true, permit kerberos
@@ -83,14 +82,9 @@ typedef struct {
83 * /etc/passwd */ 82 * /etc/passwd */
84 int kerberos_ticket_cleanup; /* If true, destroy ticket 83 int kerberos_ticket_cleanup; /* If true, destroy ticket
85 * file on logout. */ 84 * file on logout. */
86#endif
87#if defined(AFS) || defined(KRB5)
88 int kerberos_tgt_passing; /* If true, permit Kerberos TGT 85 int kerberos_tgt_passing; /* If true, permit Kerberos TGT
89 * passing. */ 86 * passing. */
90#endif
91#ifdef AFS
92 int afs_token_passing; /* If true, permit AFS token passing. */ 87 int afs_token_passing; /* If true, permit AFS token passing. */
93#endif
94 int password_authentication; /* If true, permit password 88 int password_authentication; /* If true, permit password
95 * authentication. */ 89 * authentication. */
96 int kbd_interactive_authentication; /* If true, permit */ 90 int kbd_interactive_authentication; /* If true, permit */