]> andersk Git - openssh.git/commitdiff
- (dtucker) [configure.ac] Bug #1193: Define PASSWD_NEEDS_USERNAME on Solaris.
authordtucker <dtucker>
Sat, 24 Jun 2006 02:10:07 +0000 (02:10 +0000)
committerdtucker <dtucker>
Sat, 24 Jun 2006 02:10:07 +0000 (02:10 +0000)
   Works around limitation in Solaris' passwd program for changing passwords
   where the username is longer than 8 characters.  ok djm@

ChangeLog
configure.ac

index 5457f0b8194ec3fe34ea464af2e52a557204b19a..bb6246dc8e7d4913dbe0c8c4b0e40fae6aeaaac7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+20060624
+ - (dtucker) [configure.ac] Bug #1193: Define PASSWD_NEEDS_USERNAME on Solaris.
+   Works around limitation in Solaris' passwd program for changing passwords
+   where the username is longer than 8 characters.  ok djm@
+
 20060623
  - (dtucker) [README.platform configure.ac openbsd-compat/port-tun.c] Add
    tunnel support for Mac OS X/Darwin via a third-party tun driver.  Patch
index 70b1fbe428189409300d972238f822b8db01cff4..ec9f3f21217ba7b3080246647f7e29d5a443c03d 100644 (file)
@@ -410,6 +410,8 @@ mips-sony-bsd|mips-sony-newsos4)
        AC_DEFINE(SSHD_ACQUIRES_CTTY, 1,
                [Define if sshd somehow reacquires a controlling TTY
                after setsid()])
+       AC_DEFINE(PASSWD_NEEDS_USERNAME, 1, [must supply username to passwd
+               in case the name is longer than 8 chars])
        external_path_file=/etc/default/login
        # hardwire lastlog location (can't detect it on some versions)
        conf_lastlog_location="/var/adm/lastlog"
This page took 0.063631 seconds and 5 git commands to generate.