[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#6806) Invalid ldapadd crashes openldap with ndb backend



Full_Name: Nathanael Anderson
Version: 2.4.19
OS: RHEL 6 (Linux)
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (74.63.156.11)


#00_die.ldif

dn: cn=die,ou=groups,dc=domain,dc=com
objectclass: groupofnames
cn: Operations
description: People in Operations

ldapadd -x -D "cn=admin,dc=domain,dc=com" -W -f 00_die.ldif

This will crash the openldap server every time with a Bus error message

conn=0 op=1 ADD dn="cn=die,ou=groups,dc=domain,dc=com"
Entry (cn=die,ou=groups,dc=domain,dc=com): object class 'groupOfNames' requires
attribute 'member'
conn=0 op=1 RESULT tag=105 err=65 text=object class 'groupOfNames' requires
attribute 'member'
Bus error (core dumped)