On Fri, Apr 13, 2007 at 02:10:19PM -0700, Howard Chu wrote:
cups 1.2.10 invokes pam_authenticate which on my system goes through ldap. When cups tries to authenticate it is dumping core. The backtrace seems to show that it is crashing within the OpenLDAP code. I'm using the PADL libraries, not the native Solaris libraries.
A few things:
- This is most likely going to be an nss_ldap issue.
- please provide the output for "info shared" in gdb.
- if you can reproduce this issue with an unstripped set of OpenLDAP
libraries that would make the backtrace more useful.
Thanks for your feedback. Your second tip, running "info shared", showed that cups was linking against 2 different LDAP libraries, the one I intended and the one in /opt/SFW/. Once I fixed the build everything worked just fine.
This issue can be closed.
Ryan