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

Core dump in slapd/acl.c (ITS#2529)



Full_Name: Hallvard B. Furuseth
Version: HEAD
OS: Solaris
URL: 
Submission from: (NULL) (129.240.186.42)


The following statement in slapd/acl.c line 232 dumps core
because op->o_dn == { 0, NULL }:
		Debug( LDAP_DEBUG_ACL,
			"=> access_allowed: backend default %s access %s to \"%s\"\n",
			access2str( access ),
			be->be_dfltaccess >= access ? "granted" : "denied", 

I'm running `slapd -d -1 -h ldap://localhost:3890/' with back-shell,
and no ACLs in slapd.conf.

Here is slapd.conf:

include		/bombur/tmp/ldap/etc/openldap/schema/core.schema

database	shell
suffix		"o=mysil"
search		/bombur/tmp/ldap/etc/openldap/search.sh
abandon		/bombur/tmp/ldap/etc/openldap/abandon.sh