summaryrefslogtreecommitdiff
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
parent5fd8b02b440fac52cbf70c203fbfc716a3620074 (diff)
- (dtucker) [README.platform] Add PAM section.
-rw-r--r--ChangeLog3
-rw-r--r--README.platform12
2 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 46b40f197..1da05ea8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -102,6 +102,7 @@
102 [bufaux.c] 102 [bufaux.c]
103 Fix leaks in error paths, bz #1109 and #1110 reported by kremenek AT 103 Fix leaks in error paths, bz #1109 and #1110 reported by kremenek AT
104 cs.stanford.edu; ok dtucker@ 104 cs.stanford.edu; ok dtucker@
105 - (dtucker) [README.platform] Add PAM section.
105 106
10620051102 10720051102
107 - (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup(). 108 - (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup().
@@ -3235,4 +3236,4 @@
3235 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3236 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3236 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3237 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3237 3238
3238$Id: ChangeLog,v 1.3952 2005/11/05 05:04:36 djm Exp $ 3239$Id: ChangeLog,v 1.3953 2005/11/05 05:28:35 dtucker Exp $
diff --git a/README.platform b/README.platform
index af551de48..4c18a3278 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
45by configure'ing --with-cflags=-DAUE_openssh=32801 then rebuilding. 45by configure'ing --with-cflags=-DAUE_openssh=32801 then rebuilding.
46 46
47 47
48$Id: README.platform,v 1.5 2005/02/20 10:01:49 dtucker Exp $ 48Platforms using PAM
49-------------------
50As of OpenSSH 4.3p1, sshd will no longer check /etc/nologin itself when
51PAM is enabled. To maintain existing behaviour, pam_nologin should be
52added to sshd's session stack which will prevent users from starting shell
53sessions. Alternatively, pam_nologin can be added to either the auth or
54account stacks which will prevent authentication entirely, but will still
55return the output from pam_nologin to the client.
56
57
58$Id: README.platform,v 1.6 2005/11/05 05:28:35 dtucker Exp $