On Sun, 29 Dec 2002, Oliver Jones wrote: > I think it is the TLS support of pam_ldap that is causing the core > dump. I ran saslauthd in a debugger and it seg faulted in > libcrypto.so.2 which is part of openssl. > > The interesting thing is that all my other pam related apps arn't > dumping core or crashing and they are all using TLS to talk to the LDAP > server via pam_ldap. So it must be some interaction between pam, LDAP > and saslauthd that is causing the issue.
Are you sure saslauthd is not, somehow, pulling both SASL1 and SASL2 at the same time (including dynamic modules getting loaded by libc that might pull in sasl by themselves)? This could happen because of NSS modules, the LDAP library itself (which links to either SASL1 or SASL2 to get TLS support)... -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond where the shadows lie." -- The Silicon Valley Tarot Henrique Holschuh