]> andersk Git - openssh.git/commitdiff
- deraadt@cvs.openbsd.org 2002/05/07 19:54:36
authormouring <mouring>
Wed, 15 May 2002 16:07:11 +0000 (16:07 +0000)
committermouring <mouring>
Wed, 15 May 2002 16:07:11 +0000 (16:07 +0000)
     [ssh.h]
     use ssh uid

ChangeLog
ssh.h

index 88defe2fe5a662c3fcf2629394421f7a30ef029d..cc0ab2a4655e8a2c32639d16ff50ccbb3820d8a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 20020515
  - (bal) CVS ID fix up on auth-passwd.c
+ - (bal) OpenBSD CVS Sync
+   - deraadt@cvs.openbsd.org 2002/05/07 19:54:36
+     [ssh.h]
+     use ssh uid
+
 
 20020514
  - (stevesk) [README.privsep] PAM+privsep works with Solaris 8.
diff --git a/ssh.h b/ssh.h
index eefd57d5ddd76802d8e48b84cf06ced57983d265..fac6c694fcd3eb784c435b6af19453d64048d1bc 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ssh.h,v 1.66 2002/03/29 19:18:33 stevesk Exp $        */
+/*     $OpenBSD: ssh.h,v 1.67 2002/05/07 19:54:36 deraadt Exp $        */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * primary group.
  */
 #ifndef SSH_PRIVSEP_USER
-#define SSH_PRIVSEP_USER               "nobody"
+#define SSH_PRIVSEP_USER               "ssh"
 #endif
 
 /* Minimum modulus size (n) for RSA keys. */
This page took 0.041664 seconds and 5 git commands to generate.