Displaying 6 results from an estimated 6 matches for "passwd_program_path".
2003 Jul 09
0
[PATCH] Add expired password handling for AIX.
...openssh/cvs/openssh_cvs/acconfig.h,v
retrieving revision 1.158
diff -u -r1.158 acconfig.h
--- acconfig.h 8 Jul 2003 10:52:13 -0000 1.158
+++ acconfig.h 8 Jul 2003 13:19:33 -0000
@@ -53,6 +53,9 @@
/* from environment and PATH */
#undef LOGIN_PROGRAM_FALLBACK
+/* Path to passwd program */
+#undef PASSWD_PROGRAM_PATH
+
/* Define if your password has a pw_class field */
#undef HAVE_PW_CLASS_IN_PASSWD
Index: auth-passwd.c
===================================================================
RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/auth-passwd.c,v
retrieving revision 1.56
diff -u -r1.56 auth-pas...
2003 Jul 30
1
[PATCH] Password expiry merge (AIX parts)
...enssh/cvs/openssh_cvs/acconfig.h,v
retrieving revision 1.159
diff -u -r1.159 acconfig.h
--- acconfig.h 14 Jul 2003 06:21:44 -0000 1.159
+++ acconfig.h 16 Jul 2003 04:42:22 -0000
@@ -53,6 +53,9 @@
/* from environment and PATH */
#undef LOGIN_PROGRAM_FALLBACK
+/* Path to passwd program */
+#undef PASSWD_PROGRAM_PATH
+
/* Define if your password has a pw_class field */
#undef HAVE_PW_CLASS_IN_PASSWD
Index: auth-passwd.c
===================================================================
RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/auth-passwd.c,v
retrieving revision 1.57
diff -u -r1.57 auth-pas...
2002 Nov 20
0
[PATCH #9] Password expiration via /bin/passwd.
...CS file: /cvs/openssh/acconfig.h,v
retrieving revision 1.145
diff -u -r1.145 acconfig.h
--- acconfig.h 26 Sep 2002 00:38:48 -0000 1.145
+++ acconfig.h 20 Nov 2002 13:12:12 -0000
@@ -25,6 +25,9 @@
/* from environment and PATH */
#undef LOGIN_PROGRAM_FALLBACK
+/* Path to passwd program */
+#undef PASSWD_PROGRAM_PATH
+
/* Define if your password has a pw_class field */
#undef HAVE_PW_CLASS_IN_PASSWD
Index: auth-pam.c
===================================================================
RCS file: /cvs/openssh/auth-pam.c,v
retrieving revision 1.54
diff -u -r1.54 auth-pam.c
--- auth-pam.c 28 Jul 2002 20:24:08 -0...
2004 Dec 03
3
do_pwchange() is broken on SCO UnixWare 7
The do_pwchange() function in session.c needs to pass the username as an
argument to the passwd command. Without it, passwd always fails with
something like "passwd: unknown user" as if its getting a blank user
arg. It's strange but so are many other things in SCO, which BTW was NOT
my OS of choice :(
To make it work I simply changed line 1317 to this:
execl(_PATH_PASSWD_PROG,
2003 Sep 16
1
openssh-3.7p1-pwexp24.patch
The patch does not include a method to modify the config.h file with the define
PASSWD_PROGRAM_PATH "/path/to/passwd" entry. Once I manually added the line,
the make worked properly.
2003 Mar 20
4
Call for testing for 3.6: password expiry?
I have tried this patch (against 3.5p1) and would very much like it to be in the OpenSSH 3.6p1 release, if possible:
http://bugzilla.mindrot.org/show_bug.cgi?id=14
On that note, I'd like the Sun BSM patch to be included also, if possible. I have it working applied to 3.5p1:
http://bugzilla.mindrot.org/show_bug.cgi?id=125
In fact, both patches work together, apparently.
If I have any