From 5548e8cf2ea9be7c45cb6d1ee4b91e2c673123d3 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 13 Mar 2007 21:00:45 +1100 Subject: - (dtucker) [README.platform] Info about blibpath on AIX. --- README.platform | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.platform') diff --git a/README.platform b/README.platform index b7dc3f91c..7accea48e 100644 --- a/README.platform +++ b/README.platform @@ -23,6 +23,14 @@ to force the previous IPv4-only behaviour. IPv6 known to work: 5.1ML7 5.2ML2 5.2ML5 IPv6 known broken: 4.3.3ML11 5.1ML4 +If you wish to use dynamic libraries that aren't in the normal system +locations (eg IBM's OpenSSL and zlib packages) then you will need to +define the environment variable blibpath before running configure, eg + +blibpath=/lib:/usr/lib:/opt/freeware/lib ./configure \ + --with-ssl-dir=/opt/freeware --with-zlib=/opt/freeware + + Cygwin ------ To build on Cygwin, OpenSSH requires the following packages: @@ -67,4 +75,4 @@ account stacks which will prevent authentication entirely, but will still return the output from pam_nologin to the client. -$Id: README.platform,v 1.7 2006/06/23 11:05:13 dtucker Exp $ +$Id: README.platform,v 1.8 2007/03/13 10:00:45 dtucker Exp $ -- cgit v1.2.3 From 6f6b27d515a1807086e59a8918eb0ca8c1cea398 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 9 Aug 2007 14:31:53 +1000 Subject: - (dtucker) [README.platform] Document the interaction between PermitRootLogin and the AIX native login restrictions. --- ChangeLog | 4 +++- README.platform | 8 +++++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'README.platform') diff --git a/ChangeLog b/ChangeLog index 95a69597b..e78bbe558 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 20070809 - (dtucker) [openbsd-compat/port-aix.c] Comment typo. + - (dtucker) [README.platform] Document the interaction between PermitRootLogin + and the AIX native login restrictions. 20070808 - (djm) OpenBSD CVS Sync @@ -3138,4 +3140,4 @@ OpenServer 6 and add osr5bigcrypt support so when someone migrates passwords between UnixWare and OpenServer they will still work. OK dtucker@ -$Id: ChangeLog,v 1.4719 2007/08/09 04:29:47 dtucker Exp $ +$Id: ChangeLog,v 1.4720 2007/08/09 04:31:53 dtucker Exp $ diff --git a/README.platform b/README.platform index 7accea48e..3d7db1494 100644 --- a/README.platform +++ b/README.platform @@ -30,6 +30,12 @@ define the environment variable blibpath before running configure, eg blibpath=/lib:/usr/lib:/opt/freeware/lib ./configure \ --with-ssl-dir=/opt/freeware --with-zlib=/opt/freeware +If sshd is built with the WITH_AIXAUTHENTICATE option (which is enabled +by default) then sshd checks that users are permitted via the +loginrestrictions() function, in particular that the user has the +"rlogin" attribute set. This check is not done for the root account, +instead the PermitRootLogin setting in sshd_config is used. + Cygwin ------ @@ -75,4 +81,4 @@ account stacks which will prevent authentication entirely, but will still return the output from pam_nologin to the client. -$Id: README.platform,v 1.8 2007/03/13 10:00:45 dtucker Exp $ +$Id: README.platform,v 1.9 2007/08/09 04:31:53 dtucker Exp $ -- cgit v1.2.3