Re: PAM Authentication via ldap *without* disabling PasswordAuthentication (3.7.1 or higher)
zyx_at_stv.sk
Date: 07/20/04
- Previous message: Eric J Bennett: "PAM Authentication via ldap *without* disabling PasswordAuthentication (3.7.1 or higher)"
- In reply to: Eric J Bennett: "PAM Authentication via ldap *without* disabling PasswordAuthentication (3.7.1 or higher)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 20 Jul 2004 17:55:53 +0200 To: Eric J Bennett <eric.bennett@itouch.com.au>
Hi Eric,hi All
We have same problem with PasswordAuthentication/pam_ldap
I spent lot of time with debugging this, but without any result...
Peter
On Tue, Jul 20, 2004 at 11:44:07AM +1000, Eric J Bennett wrote:
> Hi guys,
>
> I've googled extensively on this issue without really finding an
> acceptable answer, it appears that after OpenSSH 3.7.1 UsePAM implicitly
> disables PasswordAuthentication? Is it possible to run proper pam
> authentication and use the PasswordAuthentication method? I ask because
> of sites that have legacy systems running ssh clients which do not
> support password challenge / response encryption that seems to replace
> the old method, and there appears to be no way to actually enable
> password authentication, and at the same time use PAM?
>
> Just in case I'm just missing something and it is possible but my config
> is wrong, I have included my files.
>
> Regards
> Eric
>
>
>
> /etc/ssh/sshd_config
> Protocol 2,1
> SyslogFacility AUTH
> PermitRootLogin no
> PasswordAuthentication yes
> UsePAM yes
> X11Forwarding yes
> UsePrivilegeSeparation no
> Subsystem sftp /usr/libexec/openssh/sftp-server
>
>
> /etc/pam.d/sshd
> #%PAM-1.0
> auth sufficient /lib/security/pam_ldap.so
> auth required /lib/security/pam_pwdb.so shadow nodelay
> auth required /lib/security/pam_nologin.so
> account required /lib/security/pam_pwdb.so
> password required /lib/security/pam_cracklib.so
> password required /lib/security/pam_pwdb.so shadow nullok use_authtok
> session required /lib/security/pam_pwdb.so
> session required /lib/security/pam_limits.so
>
- Previous message: Eric J Bennett: "PAM Authentication via ldap *without* disabling PasswordAuthentication (3.7.1 or higher)"
- In reply to: Eric J Bennett: "PAM Authentication via ldap *without* disabling PasswordAuthentication (3.7.1 or higher)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|