From f773ff17e42c65209e2a2e000de3c43c94166fd3 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 9 Jan 2004 08:07:12 +0000 Subject: Egg on my face: UsePAM was off by default. Pointed out by: Sean McNeil --- crypto/openssh/servconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/openssh') diff --git a/crypto/openssh/servconf.c b/crypto/openssh/servconf.c index 017827e..781c2c2 100644 --- a/crypto/openssh/servconf.c +++ b/crypto/openssh/servconf.c @@ -111,7 +111,7 @@ fill_default_server_options(ServerOptions *options) { /* Portable-specific options */ if (options->use_pam == -1) - options->use_pam = 0; + options->use_pam = 1; /* Standard Options */ if (options->protocol == SSH_PROTO_UNKNOWN) -- cgit v1.1