]> andersk Git - gssapi-openssh.git/blobdiff - openssh/pathnames.h
added note that we added GT 3.2b compatibility in this release
[gssapi-openssh.git] / openssh / pathnames.h
index fc8630f30f7f95afe77cf95e483ce5d2e50565f3..39ff147b1c544540dee09b111390ed2bb2d9574f 100644 (file)
@@ -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>
@@ -116,9 +116,7 @@ extern char *_PATH_SSH_HOSTS_EQUIV;
 #endif
 
 /* Location of ssh-keysign for hostbased authentication */
-#ifndef _PATH_SSH_KEY_SIGN
-#define _PATH_SSH_KEY_SIGN            "/usr/libexec/ssh-keysign"
-#endif
+extern char *_PATH_SSH_KEY_SIGN;
 
 /* xauth for X11 forwarding */
 #ifndef _PATH_XAUTH
@@ -143,9 +141,9 @@ extern char *_PATH_SFTP_SERVER;
 #define _PATH_PRIVSEP_CHROOT_DIR       "/var/empty"
 #endif
 
-/* chroot directory for unprivileged user when UsePrivilegeSeparation=yes */
-#ifndef _PATH_PRIVSEP_CHROOT_DIR
-#define _PATH_PRIVSEP_CHROOT_DIR       "/var/empty"
+/* for passwd change */
+#ifndef _PATH_PASSWD_PROG
+#define _PATH_PASSWD_PROG             "/usr/bin/passwd"
 #endif
 
 #ifndef _PATH_LS
This page took 0.144354 seconds and 4 git commands to generate.