Browse Source

Change S/Key stuff from using a flat file (/etc/skeykeys) to a directory

where each user gets their own file, which is owned by that user.
An old S/Key database may be converted by running "skeyinit -C" as root.
Programs that need to access the S/Key database no longer need to be
setuid root.  They must now be setgid auth instead.
OPENBSD_3_2
millert 22 years ago
parent
commit
396e7814a8
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/include/paths.h

+ 1
- 2
src/include/paths.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: paths.h,v 1.18 2000/06/10 20:01:06 deraadt Exp $ */
/* $OpenBSD: paths.h,v 1.19 2002/05/16 03:50:42 millert Exp $ */
/* $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $ */
/*
@ -66,7 +66,6 @@
#define _PATH_RSH "/usr/bin/rsh"
#define _PATH_SENDMAIL "/usr/sbin/sendmail"
#define _PATH_SHELLS "/etc/shells"
#define _PATH_SKEYKEYS "/etc/skeykeys"
#define _PATH_TTY "/dev/tty"
#define _PATH_UNIX "/bsd"
#define _PATH_VI "/usr/bin/vi"


Loading…
Cancel
Save