https://bugzilla.mindrot.org/show_bug.cgi?id=2340
--- Comment #14 from Darren Tucker <[email protected]> --- (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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
