[Bug 207618] New: openldap-perl: Perl Backend produces segmentation fault
https://bugzilla.novell.com/show_bug.cgi?id=207618 Summary: openldap-perl: Perl Backend produces segmentation fault Product: SUSE Linux 10.1 Version: Final Platform: i686 OS/Version: SuSE Linux 10.1 Status: NEW Severity: Major Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: Maylein@uni-hd.de QAContact: qa@suse.de Using the openldap-Perl-Backend (openldap2-back-perl-2.3.19-18) reaults in a segmentation fault on the slapd start. The slapd could not be started even if you use the demo Perl-Backend script SampleLDAP.pm. My slapd.conf: include /etc/openldap/schema/core.schema include /etc/openldap/schema/cosine.schema include /etc/openldap/schema/inetorgperson.schema include /etc/openldap/schema/rfc2307bis.schema include /etc/openldap/schema/yast.schema pidfile /var/run/slapd/slapd.pid argsfile /var/run/slapd/slapd.args # Load dynamic backend modules: modulepath /usr/lib/openldap/modules # moduleload back_ldap.la # moduleload back_meta.la # moduleload back_monitor.la moduleload back_perl.la access to dn.base="" by * read access to dn.base="cn=Subschema" by * read access to attrs=userPassword,userPKCS12 by self write by * auth access to attrs=shadowLastChange by self write by * read access to * by * read ####################################################################### # BDB database definitions ####################################################################### #database bdb #suffix "dc=my-domain,dc=com" #checkpoint 1024 5 #cachesize 10000 #rootdn "cn=Manager,dc=my-domain,dc=com" # Cleartext passwords, especially for the rootdn, should # be avoid. See slappasswd(8) and slapd.conf(5) for details. # Use of strong authentication encouraged. #rootpw secret # The database directory MUST exist prior to running slapd AND # should only be accessible by the slapd and slap tools. # Mode 700 recommended. #directory /var/lib/ldap # Indices to maintain #index objectClass eq database perl suffix "dc=Backendtest,c=DE" perlModulePath /usr/local/ldapbackend perlModule SampleLDAP rootdn "cn=admin,ou=People,dc=Backendtest,c=DE" rootpw secret -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=207618 ------- Comment #1 from Maylein@uni-hd.de 2006-09-22 04:15 MST ------- Please consider http://www.openldap.org/lists/openldap-bugs/200601/msg00186.html and ftp://ftp.openldap.org/incoming/Kevine-Zerbib-060120.patch This patch seems to solve my problem (if I compile openldap myself). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=207618 cthiel@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |rhafer@novell.com |screening@forge.provo.novell| |.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=207618 rhafer@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=207618 rhafer@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Normal -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=207618 rhafer@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |aj@novell.com ------- Comment #2 from rhafer@novell.com 2006-10-04 09:15 MST ------- Fix submitted to STABLE. @aj do you want an update for SL10.1 for this? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=207618 ------- Comment #5 from aj@novell.com 2006-10-05 07:02 MST ------- SWAMP-ID for both 10.1 and SLE10: MaintenanceTracker-6405 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=207618 ------- Comment #6 from rhafer@novell.com 2006-10-31 02:18 MST ------- Hm, with the fixes mentioned in Comment#1 slapd with back-perl survives the start, but crashes immediately after receiving the first request. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=207618 ------- Comment #7 from Maylein@uni-hd.de 2006-11-02 02:39 MST ------- (In reply to comment #6)
Hm, with the fixes mentioned in Comment#1 slapd with back-perl survives the start, but crashes immediately after receiving the first request.
I have compiled openldap-2.3.27 with the patch mentioned in Comment#1. The perl-Backend works without any problems. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
I have compiled openldap-2.3.27 with the patch mentioned in Comment#1. The perl-Backend works without any problems. Funny, it crashed on me immediately on receiving the first anonymous search request. Anyhow, I think I found the problem (see OpenLDAP ITS#4751 for
https://bugzilla.novell.com/show_bug.cgi?id=207618 ------- Comment #8 from rhafer@novell.com 2006-11-14 07:21 MST ------- (In reply to comment #7) details). Working on fixes for our packages now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=207618 rhafer@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #9 from rhafer@novell.com 2006-11-14 09:24 MST ------- Submitted fixed Package for STABLE, SLES10/10.1 Patchinfos created via SWAMP. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=207618 ------- Comment #10 from ast@novell.com 2006-11-27 08:46 MST ------- released -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com