[Bug 2340] Openssh issue: unable to ssh the solaris server from ldap users

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Feb 3 00:48:35 AEDT 2015


https://bugzilla.mindrot.org/show_bug.cgi?id=2340

--- Comment #14 from Darren Tucker <dtucker at zip.com.au> ---
(In reply to Moin from comment #13)
> Hi ,
> 
> Have noticed one thing while changing authentication method in
> ldapclient configuration from tls:simple to simple.

Might be a symbol collision or version incompatibility between the
version of OpenSSL sshd is linked against and the version your PAM
module is linked against.

is the PAM module linked against libcrypto and if so which version?  
("ldd pam_ldap.so" or whatever, then compare against "ldd sshd").

> i could ssh via ldap user.
> 
> Can somebody help here to find the root cause of the issue.

If those are different and it's the cause of the problem the only
workaround I can suggest is rebuilding either the PAM module or sshd so
they are using the same version.  It's not possible to fix this in the
general case due to PAM's design.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list