[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
OpenLDAP and SSH authentification
- To: openldap-technical@openldap.org
- Subject: OpenLDAP and SSH authentification
- From: Michel Dubois <dubois.michel@gmail.com>
- Date: Tue, 20 Apr 2010 09:15:09 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=d14apGHeIvWua4w9DVEe1EnBUCj6oDmLHDSXdhxnbA4=; b=vzwuG1n2qut4E5Uuv90AFcl3lRgSV8uUCvnYZyq5TKGyG6HA3Db87ijaclnEYbF7LZ 0h4eWwlc9Jma05xmeNjB/9NLNJ3hIqq156LK/8jWaiQEReBYf99m6gy+Oty9S4rnzh9C 6plEM+cxpZgZpzf/TMdcKC33j1cJrmNCBobf8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Is7OygAtqTWnyLydgqN+731lHaaUEUShU4trzIGZefExLo7MZ/f+PXlIIsYtCNSm31 NwZdB/vU5i6VKRiuB2jLD71gv/EF1ASRBUKLx1BaYbuRGW5Se0VYffG2l+Z2zdNJwPwW Ex6UQLLtdHHXGY8tYMRpzKRTAPwgOE5lqVgb0=
Hello Everyone,
I'm newbie on OpenLDAP. I build a LDAP server with one user. I can see this user when I did a "getent �passwd" on my client.��This is meaning that my LDAP server is working and my client is�connecting�on the LDAP server.
I already modify my�/etc/pam.d/sshd file on t my client machine like this :�
auth required pam_nologin.so no_warn
auth sufficient pam_opie.so no_warn no_fake_prompts
auth requisite pam_opieaccess.so no_warn allow_local
auth sufficient /usr/local/lib/pam_ldap.so no_warn
auth required pam_unix.so no_warn try_first_pass
account required pam_login_access.so
account required pam_unix.so
session required pam_permit.so
password required pam_unix.so no_warn try_first_pass
|
But I can't be connected in shh mode on my client machine with the user login ? And this�modification�disable my ssh root connection.
What do �I have �to check?
Regards,�
--
-----------------------------------------------------------
Michel Dubois