components/openssh/patches/003-last_login.patch
branchs11u3-sru
changeset 7320 edeb951aa980
parent 6076 0d5715bee554
child 7946 165bf092aa9c
equal deleted inserted replaced
7319:0753ecc76d4d 7320:edeb951aa980
    16 # this as unsupported and update the man page here.
    16 # this as unsupported and update the man page here.
    17 #
    17 #
    18 diff -pur old/sshd_config.5 new/sshd_config.5
    18 diff -pur old/sshd_config.5 new/sshd_config.5
    19 --- old/sshd_config.5
    19 --- old/sshd_config.5
    20 +++ new/sshd_config.5
    20 +++ new/sshd_config.5
    21 @@ -1308,8 +1308,8 @@ Specifies whether
    21 @@ -1300,8 +1300,8 @@ Specifies whether
    22  .Xr sshd 8
    22  .Xr sshd 8
    23  should print the date and time of the last user login when a user logs
    23  should print the date and time of the last user login when a user logs
    24  in interactively.
    24  in interactively.
    25 -The default is
    25 -The default is
    26 -.Dq yes .
    26 -.Dq yes .
    27 +On Solaris this option is always ignored since pam_unix_session(5)
    27 +On Solaris this option is always ignored since pam_unix_session(7)
    28 +reports the last login time.
    28 +reports the last login time.
    29  .It Cm PrintMotd
    29  .It Cm PrintMotd
    30  Specifies whether
    30  Specifies whether
    31  .Xr sshd 8
    31  .Xr sshd 8
    32 @@ -1735,7 +1735,8 @@ This file should be writable by root onl
    32 @@ -1721,7 +1721,8 @@ This file should be writable by root onl
    33  (though not necessary) that it be world-readable.
    33  (though not necessary) that it be world-readable.
    34  .El
    34  .El
    35  .Sh SEE ALSO
    35  .Sh SEE ALSO
    36 -.Xr sshd 8
    36 -.Xr sshd 8
    37 +.Xr sshd 8 ,
    37 +.Xr sshd 8 ,
    38 +.Xr pam_unix_session 5
    38 +.Xr pam_unix_session 7
    39  .Sh AUTHORS
    39  .Sh AUTHORS
    40  OpenSSH is a derivative of the original and free
    40  OpenSSH is a derivative of the original and free
    41  ssh 1.2.12 release by Tatu Ylonen.
    41  ssh 1.2.12 release by Tatu Ylonen.