summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2016-08-19 03:18:06 +0000
committerDamien Miller <djm@mindrot.org>2016-08-23 14:29:07 +1000
commit83b581862a1dbb06fc859959f829dde2654aef3c (patch)
treefc8569112cdf47a9f27fc778ab9bf9d4fecdcfbb /servconf.h
parentffe6549c2f7a999cc5264b873a60322e91862581 (diff)
downloadopenssh-git-83b581862a1dbb06fc859959f829dde2654aef3c.tar.gz
upstream commit
remove UseLogin option and support for having /bin/login manage login sessions; ok deraadt markus dtucker Upstream-ID: bea7213fbf158efab7e602d9d844fba4837d2712
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/servconf.h b/servconf.h
index 16b1467d..8af460f5 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: servconf.h,v 1.121 2016/08/15 12:27:56 naddy Exp $ */
+/* $OpenBSD: servconf.h,v 1.122 2016/08/19 03:18:06 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -121,7 +121,6 @@ typedef struct {
int permit_empty_passwd; /* If false, do not permit empty
* passwords. */
int permit_user_env; /* If true, read ~/.ssh/environment */
- int use_login; /* If true, login(1) is used */
int compression; /* If true, compression is allowed */
int allow_tcp_forwarding; /* One of FORWARD_* */
int allow_streamlocal_forwarding; /* One of FORWARD_* */