summaryrefslogtreecommitdiff
path: root/README.platform
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-08-09 14:31:53 +1000
committerDarren Tucker <dtucker@zip.com.au>2007-08-09 14:31:53 +1000
commit6f6b27d515a1807086e59a8918eb0ca8c1cea398 (patch)
tree73cb487275426d255514a7ad35a41fba2ccb5e9a /README.platform
parent863cfa0e6f98c0a2bdea3e4af0ca590942532d9d (diff)
- (dtucker) [README.platform] Document the interaction between PermitRootLogin
and the AIX native login restrictions.
Diffstat (limited to 'README.platform')
-rw-r--r--README.platform8
1 files changed, 7 insertions, 1 deletions
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
30blibpath=/lib:/usr/lib:/opt/freeware/lib ./configure \ 30blibpath=/lib:/usr/lib:/opt/freeware/lib ./configure \
31 --with-ssl-dir=/opt/freeware --with-zlib=/opt/freeware 31 --with-ssl-dir=/opt/freeware --with-zlib=/opt/freeware
32 32
33If sshd is built with the WITH_AIXAUTHENTICATE option (which is enabled
34by default) then sshd checks that users are permitted via the
35loginrestrictions() function, in particular that the user has the
36"rlogin" attribute set. This check is not done for the root account,
37instead the PermitRootLogin setting in sshd_config is used.
38
33 39
34Cygwin 40Cygwin
35------ 41------
@@ -75,4 +81,4 @@ account stacks which will prevent authentication entirely, but will still
75return the output from pam_nologin to the client. 81return the output from pam_nologin to the client.
76 82
77 83
78$Id: README.platform,v 1.8 2007/03/13 10:00:45 dtucker Exp $ 84$Id: README.platform,v 1.9 2007/08/09 04:31:53 dtucker Exp $