mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
- (dtucker) [contrib/aix/pam.conf] Include example pam.conf for AIX from
article by genty at austin.ibm.com, included with the author's permission.
This commit is contained in:
parent
480ef8ddae
commit
220bf133b6
@ -27,6 +27,8 @@
|
|||||||
- (tim) Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/
|
- (tim) Fix typo. s/SETEIUD_BREAKS_SETUID/SETEUID_BREAKS_SETUID/
|
||||||
- (tim) [configure.ac] Bug 665: move 3 new AC_DEFINES outside of AC_TRY_RUN.
|
- (tim) [configure.ac] Bug 665: move 3 new AC_DEFINES outside of AC_TRY_RUN.
|
||||||
Report by distler AT golem ph utexas edu.
|
Report by distler AT golem ph utexas edu.
|
||||||
|
- (dtucker) [contrib/aix/pam.conf] Include example pam.conf for AIX from
|
||||||
|
article by genty at austin.ibm.com, included with the author's permission.
|
||||||
|
|
||||||
20030919
|
20030919
|
||||||
- (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
|
- (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
|
||||||
@ -1163,4 +1165,4 @@
|
|||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3022 2003/09/22 04:38:11 tim Exp $
|
$Id: ChangeLog,v 1.3023 2003/09/22 10:41:40 dtucker Exp $
|
||||||
|
20
contrib/aix/pam.conf
Normal file
20
contrib/aix/pam.conf
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
#
|
||||||
|
# PAM configuration file /etc/pam.conf
|
||||||
|
# Example for OpenSSH on AIX 5.2
|
||||||
|
#
|
||||||
|
|
||||||
|
# Authentication Management
|
||||||
|
sshd auth required /usr/lib/security/pam_aix
|
||||||
|
OTHER auth required /usr/lib/security/pam_aix
|
||||||
|
|
||||||
|
# Account Management
|
||||||
|
sshd account required /usr/lib/security/pam_aix
|
||||||
|
OTHER account required /usr/lib/security/pam_aix
|
||||||
|
|
||||||
|
# Session Management
|
||||||
|
sshd password required /usr/lib/security/pam_aix
|
||||||
|
OTHER password required /usr/lib/security/pam_aix
|
||||||
|
|
||||||
|
# Password Management
|
||||||
|
sshd session required /usr/lib/security/pam_aix
|
||||||
|
OTHER session required /usr/lib/security/pam_aix
|
Loading…
x
Reference in New Issue
Block a user