summaryrefslogtreecommitdiff
path: root/README.platform
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-11-05 16:28:35 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-11-05 16:28:35 +1100
commit3a38c5a856073672228b8033599e96fe749cb116 (patch)
treeb98c567acf0f9dfc227647efe50e530a23d8c459 /README.platform
parent5fd8b02b440fac52cbf70c203fbfc716a3620074 (diff)
downloadopenssh-git-3a38c5a856073672228b8033599e96fe749cb116.tar.gz
- (dtucker) [README.platform] Add PAM section.
Diffstat (limited to 'README.platform')
-rw-r--r--README.platform12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.platform b/README.platform
index af551de4..4c18a327 100644
--- a/README.platform
+++ b/README.platform
@@ -45,4 +45,14 @@ number is already in use on your system, you may change it at build time
by configure'ing --with-cflags=-DAUE_openssh=32801 then rebuilding.
-$Id: README.platform,v 1.5 2005/02/20 10:01:49 dtucker Exp $
+Platforms using PAM
+-------------------
+As of OpenSSH 4.3p1, sshd will no longer check /etc/nologin itself when
+PAM is enabled. To maintain existing behaviour, pam_nologin should be
+added to sshd's session stack which will prevent users from starting shell
+sessions. Alternatively, pam_nologin can be added to either the auth or
+account stacks which will prevent authentication entirely, but will still
+return the output from pam_nologin to the client.
+
+
+$Id: README.platform,v 1.6 2005/11/05 05:28:35 dtucker Exp $