diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2004-01-30 09:48:58 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2004-01-30 09:48:58 +0000 |
commit | 6b8cd81185d109e8cb3c1c4ee5aad053e8cf8838 (patch) | |
tree | 77a3cad5aa3d754c78031ced9f98d53deeaf8a05 /usr.bin/ssh/pathnames.h | |
parent | 37c661a56e70ec46912339948f738f902333cee0 (diff) |
support for password change; ok dtucker@
(set password-dead=1w in login.conf to use this).
Diffstat (limited to 'usr.bin/ssh/pathnames.h')
-rw-r--r-- | usr.bin/ssh/pathnames.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/ssh/pathnames.h b/usr.bin/ssh/pathnames.h index 3bc6b50e12b..2037054a76d 100644 --- a/usr.bin/ssh/pathnames.h +++ b/usr.bin/ssh/pathnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.13 2002/05/23 19:24:30 markus Exp $ */ +/* $OpenBSD: pathnames.h,v 1.14 2004/01/30 09:48:57 markus Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -128,3 +128,6 @@ /* chroot directory for unprivileged user when UsePrivilegeSeparation=yes */ #define _PATH_PRIVSEP_CHROOT_DIR "/var/empty" + +/* for passwd change */ +#define _PATH_PASSWD_PROG "/usr/bin/passwd" |