Improve AIX text.

This commit is contained in:
Darren Tucker 2020-12-22 19:21:26 +11:00
parent 0f2e21c9dc
commit 33fa3ac547
1 changed files with 8 additions and 8 deletions

View File

@ -1,19 +1,19 @@
This file contains notes about OpenSSH on specific platforms. This file contains notes about OpenSSH on specific platforms.
AIX AIX
---
As of OpenSSH 3.8p1, sshd will now honour an accounts password expiry Beginning with OpenSSH 3.8p1, sshd will honour an account's password
settings, where previously it did not. Because of this, it's possible for expiry settings, where prior to that it did not. Because of this,
sites that have used OpenSSH's sshd exclusively to have accounts which it's possible for sites that have used OpenSSH's sshd exclusively to
have passwords expired longer than the inactive time (ie the "Weeks between have accounts which have passwords expired longer than the inactive time
password EXPIRATION and LOCKOUT" setting in SMIT or the maxexpired (ie the "Weeks between password EXPIRATION and LOCKOUT" setting in SMIT
chuser attribute). or the maxexpired chuser attribute).
Accounts in this state must have their passwords reset manually by the Accounts in this state must have their passwords reset manually by the
administrator. As a precaution, it is recommended that the administrative administrator. As a precaution, it is recommended that the administrative
passwords be reset before upgrading from OpenSSH <3.8. passwords be reset before upgrading from OpenSSH <3.8.
As of OpenSSH 4.0, configure will attempt to detect if your version As of OpenSSH 4.0p1, configure will attempt to detect if your version
and maintenance level of AIX has a working getaddrinfo, and will use it and maintenance level of AIX has a working getaddrinfo, and will use it
if found. This will enable IPv6 support. If for some reason configure if found. This will enable IPv6 support. If for some reason configure
gets it wrong, or if you want to build binaries to work on earlier MLs gets it wrong, or if you want to build binaries to work on earlier MLs