Hello. I have some strange issue with unique overlay. When I use these directives in slapd.conf overlay unique unique_uri ldap:///"o=company"?uid?sub I've been got error Starting slapd. Assertion failed: (pretty != NULL), function dnPrettyNormal, file dn.c, line 724. Abort trap
I'm using openldap v 2.4.9 and FreeBSD 7.0.
Without any dn information in unique_uri slapd starts fine. Let me know if you need any more information. I didn't find any information about this error anywhere. Please help. Thanks
--On Monday, July 14, 2008 7:50 PM +0400 Alexander Kriventsov akriventsov@masterhost.ru wrote:
Hello. I have some strange issue with unique overlay. When I use these directives in slapd.conf overlay unique unique_uri ldap:///"o=company"?uid?sub I've been got error Starting slapd. Assertion failed: (pretty != NULL), function dnPrettyNormal, file dn.c, line 724. Abort trap
Did you try removing the quote's around your basedn?
ldap:///o=company?uid?sub
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
Quanah Gibson-Mount wrote:
--On Monday, July 14, 2008 7:50 PM +0400 Alexander Kriventsov akriventsov@masterhost.ru wrote:
Hello. I have some strange issue with unique overlay. When I use these directives in slapd.conf overlay unique unique_uri ldap:///"o=company"?uid?sub I've been got error Starting slapd. Assertion failed: (pretty != NULL), function dnPrettyNormal, file dn.c, line 724. Abort trap
Did you try removing the quote's around your basedn?
ldap:///o=company?uid?sub
Yes. We are test this variant too.
WBR. Dmitriy
I found reason of this error. I should compile openldap with --enable-unique. But it is very strange to get this error instead of "error: overlay unique is not active". Thanks to all.
--On Wednesday, July 16, 2008 1:19 PM +0400 Alexander Kriventsov akriventsov@masterhost.ru wrote:
I found reason of this error. I should compile openldap with --enable-unique. But it is very strange to get this error instead of "error: overlay unique is not active". Thanks to all.
File an ITS at http://www.openldap.org/its/
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
openldap-software@openldap.org