From: andre Date: Sat, 3 Jun 2000 16:18:19 +0000 (+0000) Subject: Disable lastlog for AIX, as it's handled by the OS as part of the login X-Git-Tag: V_2_1_1_P1~13 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/a3cef3cad4e0e5c32898eca1396d446dcfe44e1c Disable lastlog for AIX, as it's handled by the OS as part of the login message --- diff --git a/configure.in b/configure.in index 8bb647c1..cab5b7ac 100644 --- a/configure.in +++ b/configure.in @@ -36,6 +36,8 @@ case "$host" in fi AC_CHECK_FUNC(authenticate, [AC_DEFINE(WITH_AIXAUTHENTICATE)]) AC_DEFINE(BROKEN_GETADDRINFO) + dnl AIX handles lastlog as part of its login message + AC_DEFINE(DISABLE_LASTLOG) ;; *-*-hpux10*) if test -z "$GCC"; then diff --git a/loginrec.c b/loginrec.c index 432e6f87..429fe9c1 100644 --- a/loginrec.c +++ b/loginrec.c @@ -47,9 +47,9 @@ ** IRIX ** NetBSD ** HP-UX 11 + ** AIX ** ** Platforms with known problems: - ** AIX (need to port AIX stuff from old login code ** NeXT ** **/