summaryrefslogtreecommitdiff
path: root/pathnames.h
diff options
context:
space:
mode:
authordtucker <dtucker>2004-02-06 05:24:31 +0000
committerdtucker <dtucker>2004-02-06 05:24:31 +0000
commitb4962fbc0c3f8c863597a52bbdb050e9f2aea902 (patch)
treebbade55f872feb2946e123b297c32bc9a9a5eead /pathnames.h
parentb98d33315eaaf06f1318c87f457b2eba95a66dc4 (diff)
downloadopenssh-b4962fbc0c3f8c863597a52bbdb050e9f2aea902.tar.gz
- markus@cvs.openbsd.org 2004/01/30 09:48:57
[auth-passwd.c auth.h pathnames.h session.c] support for password change; ok dtucker@ (set password-dead=1w in login.conf to use this). In -Portable, this is currently only platforms using bsdauth.
Diffstat (limited to 'pathnames.h')
-rw-r--r--pathnames.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pathnames.h b/pathnames.h
index 89e22c77..edeff2de 100644
--- a/pathnames.h
+++ b/pathnames.h
@@ -150,6 +150,11 @@
#define _PATH_PRIVSEP_CHROOT_DIR "/var/empty"
#endif
+/* for passwd change */
+#ifndef _PATH_PASSWD_PROG
+#define _PATH_PASSWD_PROG "/usr/bin/passwd"
+#endif
+
#ifndef _PATH_LS
#define _PATH_LS "ls"
#endif