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

Re: SEGFAULT with NULL backend suffix definition (ITS#23)



At 05:51 PM 12/27/98 GMT, starder@rosinter.ru wrote:
>Full_Name: Alex Iliynsky
>Version: 1.1.1
>OS: FreeBSD 3.0/2.2.6
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (194.87.68.4)
>
>
>I have a one problem with 1.1.1 and I think that there is possible bug.
>
>My configuration (Freebsd 2.2.6/3.0 - doesn't matter)
>
>slapd.conf :
>
>#include  %SYSCONFDIR%/slapd.at.conf
>#include  %SYSCONFDIR%/slapd.oc.conf
>schemacheck off
>#referral ldap://ldap.itd.umich.edu
>
>#######################################################################
># ldbm database definitions
>#######################################################################
>
>database ldbm
>suffix  ""
>#suffix  "o=Your Organization Name, c=US"
>directory /usr/tmp
>rootdn  "cn=root, dc=home, dc=ri"
>#rootdn  "cn=root, o=Your Organization Name, c=US"
>rootpw  secret
>
>ldif file for creation of  initial database:
>
>dn: c=ru
>c: ru
>objectclass: country
>
>when I issued ldapsearch "objectclass=*" server does not respond at ALL.
>on next same search server dumped with segfault in strcasecmp (called from
>be_isroot()).

Please provide a back trace ('bt') from the segfault and relevant log
(-d 1) entries.