- (stevesk) document PAM service name change in INSTALL

This commit is contained in:
Kevin Steves 2001-04-20 20:56:21 +00:00
parent 85ecbe767e
commit 32c97c3712
2 changed files with 17 additions and 11 deletions

View File

@ -7,6 +7,7 @@
- Update RPM spec files for CVS version.h
- (stevesk) set the default PAM service name to __progname instead
of the hard-coded value "sshd"; from Mark D. Roth <roth@feep.net>
- (stevesk) document PAM service name change in INSTALL
20010420
- OpenBSD CVS Sync
@ -5197,4 +5198,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.1150 2001/04/20 17:43:48 stevesk Exp $
$Id: ChangeLog,v 1.1151 2001/04/20 20:56:21 stevesk Exp $

25
INSTALL
View File

@ -91,15 +91,20 @@ make install
This will install the binaries in /opt/{bin,lib,sbin}, but will place the
configuration files in /etc/ssh.
If you are using PAM, you may need to manually install a PAM
control file as "/etc/pam.d/sshd" (or wherever your system
prefers to keep them). A generic PAM configuration is included as
"contrib/sshd.pam.generic", you may need to edit it before using it on
your system. If you are using a recent version of Red Hat Linux, the
config file in contrib/redhat/sshd.pam should be more useful.
Failure to install a valid PAM file may result in an inability to
use password authentication. On HP-UX 11, the standard /etc/pam.conf
configuration will work with sshd (sshd will match the OTHER service
If you are using PAM, you may need to manually install a PAM control
file as "/etc/pam.d/sshd" (or wherever your system prefers to keep
them). Note that the service name used to start PAM is __progname,
which is the basename of the path of your sshd (e.g., the service name
for /usr/sbin/osshd will be osshd). If you have renamed your sshd
executable, your PAM configuration may need to be modified.
A generic PAM configuration is included as "contrib/sshd.pam.generic",
you may need to edit it before using it on your system. If you are
using a recent version of Red Hat Linux, the config file in
contrib/redhat/sshd.pam should be more useful. Failure to install a
valid PAM file may result in an inability to use password
authentication. On HP-UX 11 and Solaris, the standard /etc/pam.conf
configuration will work with sshd (sshd will match the other service
name).
There are a few other options to the configure script:
@ -222,4 +227,4 @@ Please refer to the "reporting bugs" section of the webpage at
http://www.openssh.com/
$Id: INSTALL,v 1.42 2001/03/03 13:29:21 djm Exp $
$Id: INSTALL,v 1.43 2001/04/20 20:56:21 stevesk Exp $