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

Re: OpenLDAP + pgSQL



On Tue, 2004-05-11 at 13:59, Sergey Panchenko (Dev Zero G) wrote:
> Hello,
> 
>     I'm trying to use Openldap 2.2.10 with DB backend. I created test
>     table and configured slapd.conf . When I trying to start ldap i
>     have an error like:
> 
>     slapd [78683]: backend_startup: bi_db_open(0) failed! (1)
> 
>     What that might be?

Various things (list is incomplete),

1) db username/password are incorrect
2) db does not accept your type of connection
    (UNIX socket, or TCP socket)
3) the db username is not allowed to connect via the
     chosen connection.

Maybe your db is not configured accordingly.

Harrie