search for: passwd_needs_username

Displaying 4 results from an estimated 4 matches for "passwd_needs_username".

2005 Apr 19
1
Patch for UnixWare 7
...gt;>confdefs.h <<\_ACEOF #define USE_PIPES 1 _ACEOF @@ -6021,6 +6022,14 @@ cat >>confdefs.h <<\_ACEOF #define BROKEN_SETREGID 1 +_ACEOF + + cat >>confdefs.h <<\_ACEOF +#define DISABLE_FD_PASSING 1 +_ACEOF + + cat >>confdefs.h <<\_ACEOF +#define PASSWD_NEEDS_USERNAME 1 _ACEOF ;;
2018 Jun 15
3
Connection terminates just after changing the password for user whose password was expired.
...sword change. static void do_pwchange(Session *s) { fflush(NULL); fprintf(stderr, "WARNING: Your password has expired.\n"); if (s->ttyfd != -1) { fprintf(stderr, "You must change your password now and login again!\n"); #ifdef WITH_SELINUX setexeccon(NULL); #endif #ifdef PASSWD_NEEDS_USERNAME execl(_PATH_PASSWD_PROG, "passwd", s->pw->pw_name, (char *)NULL); #else execl(_PATH_PASSWD_PROG, "passwd", (char *)NULL); #endif perror("passwd"); } else { fprintf(stderr, "Password change required but no TTY available.\n"); } exit(1); } Ther...
2006 Jun 08
6
[Bug 1193] Open ssh will not allow changing of passwords on usernames greater than 8 characters.
http://bugzilla.mindrot.org/show_bug.cgi?id=1193 Summary: Open ssh will not allow changing of passwords on usernames greater than 8 characters. Product: Portable OpenSSH Version: 3.9p1 Platform: Sparc OS/Version: Solaris Status: NEW Keywords: help-wanted Severity: major Priority: P2
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...LONG_MIN */ /* #undef NEED_SETPRGP */ #define PACKAGE_BUGREPORT "openssh-unix-dev at mindrot.org" #define PACKAGE_NAME "OpenSSH" #define PACKAGE_STRING "OpenSSH Portable" #define PACKAGE_TARNAME "openssh" #define PACKAGE_VERSION "Portable" /* #undef PASSWD_NEEDS_USERNAME */ #define SIZEOF_CHAR 1 #define SIZEOF_INT 4 #define SIZEOF_LONG_INT 4 #define SIZEOF_LONG_LONG_INT 8 #define SIZEOF_SHORT_INT 2 /* #undef SSH_AUDIT_EVENTS */ #define STDC_HEADERS 1 /* #undef UNIXWARE_LONG_PASSWORDS */ /* #undef USE_BSM_AUDIT */ #define USE_BTMP 1 /* #undef USE_LIBEDIT */ /* #unde...