]> andersk Git - openssh.git/blobdiff - servconf.c
- (stevesk) [auth1.c] fix password auth for protocol 1 when
[openssh.git] / servconf.c
index c3f1253e8dd4036f15c117f913a526341d1f0f5e..8e6ee5bb3e182fd479c47c673bb16588e6fcc754 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: servconf.c,v 1.101 2002/02/04 12:15:25 markus Exp $");
+RCSID("$OpenBSD: servconf.c,v 1.105 2002/03/20 19:12:24 stevesk Exp $");
 
 #if defined(KRB4) || defined(KRB5)
 #include <krb.h>
@@ -241,9 +241,9 @@ fill_default_server_options(ServerOptions *options)
        if (options->authorized_keys_file == NULL)
                options->authorized_keys_file = _PATH_SSH_USER_PERMITTED_KEYS;
 
-       /* Turn privilege separation on by default */
+       /* Turn privilege separation _off_ by default */
        if (use_privsep == -1)
-               use_privsep = 1;
+               use_privsep = 0;
 }
 
 /* Keyword tokens. */
This page took 0.053938 seconds and 4 git commands to generate.