[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: LDAP BACKEND
Hi:
I'm trying to employ an IPlanet DS like LDAP Backend, and configure OpenLDAP to work like an LDAP Proxy. The slapd.conf has the next aspect, in the database part:
database ldap
suffix "o=Cheva.es"
uri ldap://localhost:1389 (The port of the Iplanet DS)
binddn "o=Manager,o=Cheva.es" (This entry exists in the Iplanet DS)
bindpw password
But it doesn't works: The Openldap server accepts an ldapsearch connections but it doesn't proxy it to the Iplanet. The answer of the Openldap is ldap_search: DSA is unavailable
Can anyone help me?
Regards,
Evaristo
> -----Original Message-----
> From: Pierangelo Masarati [mailto:masarati@aero.polimi.it]
> Sent: Friday, November 16, 2001 4:34 PM
> To: Evaristo-Jose.Camarero@ece.ericsson.se
> Cc: openldap-software@OpenLDAP.org
> Subject: Re: LDAP BACKEND
>
>
> > I's like to configure openldap to work with an ldap
> backend. My goal is just employ another LDAP server installed
> in the same or in other machine like the openldap backend. I
> guesss that is possible according to source code openldap V2,
> but I haven't found nothing about configuration issues.
>
> You should check
>
> http://www.openldap.org/faq/data/cache/532.html
>
> >
> > I have built the software in the next way:
> >
> > configure --enable ldap
>
> ^^^^^^^^^^^^^
> ./configure --enable-ldap
>
> > make depend
> > make
> >
>
>
> Pierangelo.
>