Port-amd64 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: openldap and bdb



On Thu, Sep 11, 2008 at 03:48:19PM +0200, neys wrote:
> - ldapsearch over ldapi:/// does not work at all ldapi is not accessible.
> ldapsearch says: ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)


Can you try ldapsearch with -x for simple authentication instead of SASL?


> - ldapsearch over ldap://localhost/ does work, i get the whole database
> as output. slapd does not crash. but a ldapsearch with filter (e.g.
> objectClass=account) causes an slapd core dump.  ldapsearch says:
> ldap_result: Can't contact LDAP server (-1)


Have you tried increasing the stacksize ulimit as suggested by MESSAGE.NetBSD?
Type "ulimit -s", double the value you get, eg. "ulimit -s 4096", and then
restart slapd.


        Geert




Home | Main Index | Thread Index | Old Index