Re: SSH to LDAP
- From: per@xxxxxxxxxxxx (Per Hedeland)
- Date: Wed, 28 Mar 2007 21:42:03 +0000 (UTC)
In article <460a756f$0$32552$88260bb3@xxxxxxxxxxxxxxxxx> Bob
<bobif@xxxxxxxxx> writes:
Hello, I am tiring to get SSHD to connect to a remote LDAP server for
authentication. Can't seem to get the config file right. When I try to
login I get the following error
PAM: authentication thread exited unexpectedly
Using the ID command I can see that my id is in the LDAP server and the
linux can find it.
This sounds like a PAM/LDAP problem rather than a SSH one - does the
PAM-LDAP auth work for other access methods than SSH, e.g. console
login? The PAM config should be basically the same for both (mostly
modulo "secure tty" stuff, as sshd (at least OpenSSH) has its own config
for allowing root login).
--Per Hedeland
per@xxxxxxxxxxxx
.
Relevant Pages
- Re: Disable SSH authentication
... we can use two ways to login to remote machine: ... My question is that can we disable the SSH authentication so that we don't need to either provide user account or the public key? ... If you really, really, really wanted to do this, you could do it via pam, using UsePAM yes in sshd_config and then set the pam for ssh to accept without checking for any passwords. ... (SSH) - Re: Forms authentication doesnt work for downloads
... That is aspx,asmx, config and such. ... DOC and other file types with Forms Authentication ... this doesn't work for downloads. ... I expected that people would also be routed to the login ... (microsoft.public.dotnet.framework.aspnet.security) - Re: Default page code
... It's mostly just setting a few config values and the rest is mostly ... >> Forms Authentication is usually your best bet in ASP.NET. ... >>> What code I need on the default page to call login page if the current ... >>> Regards ... (microsoft.public.dotnet.framework.aspnet) - Re: OpenSSH, PAM and Host Based Authentication
... I know why PAM is disallowing the login, sorry I should have made that ... doesn't have the password (in the hostbased login scenario) it can't ... bind, and therefore doesn't authenticate. ... My point is why should host-based authentication care about the users ... (comp.security.ssh) - Re: pam question
... I have a question about pam. ... > sun box to use pam for authentication such as in login, ... (comp.unix.solaris) |
|