diff options
author | Kevin Steves <stevesk@pobox.com> | 2000-11-07 14:47:51 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2000-11-07 14:47:51 +0000 |
commit | df4a7aee788cb35d50ea049c490c16ea257c4496 (patch) | |
tree | 35e8e5fe7c1434cd3d126ef981997b3a2b69e1df | |
parent | 2ed9818ed96364ac37ca5a6432a075e83e6d9c56 (diff) |
HP-UX 11 supports PAM.
-rw-r--r-- | INSTALL | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -12,7 +12,8 @@ http://www.openssl.org/ | |||
12 | RPMs of OpenSSL are available at http://violet.ibs.com.au/openssh/files/support | 12 | RPMs of OpenSSL are available at http://violet.ibs.com.au/openssh/files/support |
13 | 13 | ||
14 | OpenSSH can utilise Pluggable Authentication Modules (PAM) if your system | 14 | OpenSSH can utilise Pluggable Authentication Modules (PAM) if your system |
15 | supports it. PAM is standard on Redhat and Debian Linux and on Solaris. | 15 | supports it. PAM is standard on Redhat and Debian Linux, Solaris and |
16 | HP-UX 11. | ||
16 | 17 | ||
17 | PAM: | 18 | PAM: |
18 | http://www.kernel.org/pub/linux/libs/pam/ | 19 | http://www.kernel.org/pub/linux/libs/pam/ |
@@ -74,14 +75,16 @@ make install | |||
74 | This will install the binaries in /opt/{bin,lib,sbin}, but will place the | 75 | This will install the binaries in /opt/{bin,lib,sbin}, but will place the |
75 | configuration files in /etc/ssh. | 76 | configuration files in /etc/ssh. |
76 | 77 | ||
77 | If you are using PAM, you will need to manually install a PAM | 78 | If you are using PAM, you may need to manually install a PAM |
78 | control file as "/etc/pam.d/sshd" (or wherever your system | 79 | control file as "/etc/pam.d/sshd" (or wherever your system |
79 | prefers to keep them). A generic PAM configuration is included as | 80 | prefers to keep them). A generic PAM configuration is included as |
80 | "contrib/sshd.pam.generic", you may need to edit it before using it on | 81 | "contrib/sshd.pam.generic", you may need to edit it before using it on |
81 | your system. If you are using a recent version of Redhat Linux, the | 82 | your system. If you are using a recent version of Redhat Linux, the |
82 | config file in contrib/redhat/sshd.pam should be more useful. | 83 | config file in contrib/redhat/sshd.pam should be more useful. |
83 | Failure to install a valid PAM file may result in an inability to | 84 | Failure to install a valid PAM file may result in an inability to |
84 | use password authentication. | 85 | use password authentication. On HP-UX 11, the standard /etc/pam.conf |
86 | configuration will work with sshd (sshd will match the OTHER service | ||
87 | name). | ||
85 | 88 | ||
86 | There are a few other options to the configure script: | 89 | There are a few other options to the configure script: |
87 | 90 | ||