summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-01-19 15:44:10 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-01-19 15:44:10 +0000
commitcf0809d6444bcc0030c9cb82ebc592a261023fe4 (patch)
tree85ff44157c4ceefcd62d6bbb47f5b1e07fe18da5 /servconf.h
parent5dc81502cbac042e3e66e9f31bd932623ca43e31 (diff)
Removed one more 'ISSUE' comment in auth1.c
20010120 - (bal) OpenBSD Resync - markus@cvs.openbsd.org 2001/01/19 12:45:26 [ssh-chall.c servconf.c servconf.h ssh.h sshd.c] only auth-chall.c needs #ifdef SKEY
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/servconf.h b/servconf.h
index 532b22f6e..ea0694905 100644
--- a/servconf.h
+++ b/servconf.h
@@ -11,7 +11,7 @@
11 * called by a name other than "ssh" or "Secure Shell". 11 * called by a name other than "ssh" or "Secure Shell".
12 */ 12 */
13 13
14/* RCSID("$OpenBSD: servconf.h,v 1.33 2001/01/08 22:29:05 markus Exp $"); */ 14/* RCSID("$OpenBSD: servconf.h,v 1.34 2001/01/19 12:45:27 markus Exp $"); */
15 15
16#ifndef SERVCONF_H 16#ifndef SERVCONF_H
17#define SERVCONF_H 17#define SERVCONF_H
@@ -80,10 +80,8 @@ typedef struct {
80 int password_authentication; /* If true, permit password 80 int password_authentication; /* If true, permit password
81 * authentication. */ 81 * authentication. */
82 int kbd_interactive_authentication; /* If true, permit */ 82 int kbd_interactive_authentication; /* If true, permit */
83#ifdef SKEY
84 int skey_authentication; /* If true, permit s/key 83 int skey_authentication; /* If true, permit s/key
85 * authentication. */ 84 * authentication. */
86#endif
87 int permit_empty_passwd; /* If false, do not permit empty 85 int permit_empty_passwd; /* If false, do not permit empty
88 * passwords. */ 86 * passwords. */
89 int use_login; /* If true, login(1) is used */ 87 int use_login; /* If true, login(1) is used */