Mailinglist Archive: opensuse-bugs (4369 mails)

< Previous Next >
[Bug 207618] New: openldap-perl: Perl Backend produces segmentation fault
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Fri, 22 Sep 2006 03:12:08 -0600 (MDT)
  • Message-id: <bug-207618-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
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@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: Maylein@xxxxxxxxx
QAContact: qa@xxxxxxx


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.

< Previous Next >