Hello group,
I have recently started working in ldap
2.2.15.
I happened to notice that slapd coredumps whenever
i try ldapsearch with any SASL mechanisms..But it says all mechanisms are
supported with ldap search
#ldapsearch -h localhost -p 389 -x -b "" -s
base -LLL supportedSASLMechanisms
dn: supportedSASLMechanisms: OTP supportedSASLMechanisms: GSSAPI supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: CRAM-MD5 Here is my gdb output
(gdb) file
/opt/iexpress/openldap/libexec/slapd
Reading symbols from /opt/iexpress/openldap/libexec/slapd...warning: Load module /opt/iexpress/openldap/libexec/slapd has been stripped (no debugging symbols found)...done.
(gdb) set args -d 256 -f /opt/iexpress/openldap/etc/openldap/slapd.conf (gdb) run Starting program: /opt/iexpress/openldap/libexec/slapd -d 256 -f /opt/iexpress/openldap/etc/openldap/slapd.conf warning: Unable to find _DLD_HOOK symbol in object file. warning: Suggest linking with /opt/langtools/lib/end.o. (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...Deleting unknown breakpoint type 28 Deleting unknown breakpoint type 29 @(#) $OpenLDAP: slapd 2.2.15 (Sep 30 2004 10:51:23) $ @krishna:/disk1/release4/openldap/2.2.15/Source/openldap-2.2.15/servers/slapd bdb_initialize: Sleepycat Software: Berkeley DB 4.2.52: (December 3, 2003) bdb_db_init: Initializing bdb database slapd starting conn=0 fd=11 ACCEPT from IP=127.0.0.1:49717 (IP=0.0.0.0:389) conn=0 op=0 BIND dn="" method=163 Program received signal SIGSEGV, Segmentation
fault
si_code: 0 - SEGV_UNKNOWN - Unknown Error. [Switching to thread 2 (system thread 87348)] 0x7adcbecc in profile_node_iterator+0x1d4 () from /usr/lib/libkrb5.sl ( gdb) backtrace #0 0x7adcbecc in profile_node_iterator+0x1d4 () from /usr/lib/libkrb5.sl #1 0x7adcf074 in profile_get_value+0x88 () from /usr/lib/libkrb5.sl #2 0x7adcf31c in profile_get_integer+0x80 () from /usr/lib/libkrb5.sl #3 0x7ada1cd8 in init_common+0x21c () from /usr/lib/libkrb5.sl #4 0x7ada19bc in krb5_init_context+0x38 () from /usr/lib/libkrb5.sl #5 0x7ae0c9fc in kg_get_context+0x48 () from /usr/lib/libgssapi_krb5.sl #6 0x7ae0cc38 in krb5_gss_import_name+0x44 () from /usr/lib/libgssapi_krb5.sl #7 0x7ae14ad0 in gss_import_name+0x4c () from /usr/lib/libgssapi_krb5.sl #8 0x109270 in <unknown_procedure> () #9 0xe42b8 in <unknown_procedure> () #10 0xe3ff4 in <unknown_procedure> () #11 0x6276c in <unknown_procedure> () #12 0x405b4 in <unknown_procedure> () #13 0x7adcbe4c in profile_node_iterator+0x154 () from /usr/lib/libkrb5.sl Here is my syslog
contents
Sep 30 14:16:59 krishna slapd[5720]: @(#) $OpenLDAP: slapd 2.2.15 (Sep 30
2004 10:51:23) $
Sep 30 14:16:59 krishna slapd[5720]: bdb_initialize: Sleepycat Software: Berkeley DB 4.2.52: (December 3, 2003) Sep 30 14:16:59 krishna slapd[5720]: bdb_db_init: Initializing bdb database Sep 30 14:16:59 krishna slapd[5720]: slapd starting Sep 30 14:17:15 krishna [704]: $KDCD-S-00000518, AS: ticket issued: authtime 1096534035, host = 172.16.1.156 (krishna.kovaiteam.com), client = mal@KRISHNA.KOVAITEAM.COM, server = krbtgt/KRISHNA.KOVAITEAM.COM@KRISHNA.KOVAITEAM.COM Sep 30 14:17:15 krishna [704]: $KDCD-S-00000518, AS: ticket issued: authtime 1096534035, host = 172.16.1.156 (krishna.kovaiteam.com), client = mal@KRISHNA.KOVAITEAM.COM, server = krbtgt/KRISHNA.KOVAITEAM.COM@KRISHNA.KOVAITEAM.COM Sep 30 14:17:41 krishna slapd[5720]: conn=0 fd=12 ACCEPT from IP=127.0.0.1:50067 (IP=0.0.0.0:389) Sep 30 14:17:41 krishna [704]: $KDCD-S-0000059A, TGS: ticket issued: authtime 1096534061, host = 172.16.1.156 (krishna.kovaiteam.com), client = mal@KRISHNA.KOVAITEAM.COM, server = ldap/krishna.kovaiteam.com@KRISHNA.KOVAITEAM.COM Sep 30 14:17:41 krishna [704]: $KDCD-S-0000059A, TGS: ticket issued: authtime 1096534061, host = 172.16.1.156 (krishna.kovaiteam.com), client = mal@KRISHNA.KOVAITEAM.COM, server = ldap/krishna.kovaiteam.com@KRISHNA.KOVAITEAM.COM Sep 30 14:17:41 krishna slapd[5720]: conn=0 op=0 BIND dn="" method=163 Any Ideas?/
Thanks
Malini
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.713 / Virus Database: 469 - Release Date: 6/30/2004 |