[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: openldap and Red Hat upgrade (ITS#832)
I find that is I use the ldapsearch that was included with the package I do
not get the error message but I still can not retrieve any results. Only
when I use a thrid party LDAP client like Microsoft Outlook do I get the
Unknown Version error. Is there a differenve in the databases between
versions and if so is there a way to make the old databases work? Thanks
for taking the time to help me.
Jerry
----- Original Message -----
From: "Kurt D. Zeilenga" <Kurt@OpenLDAP.org>
To: <jerry.stephens@sjsd.k12.mo.us>
Cc: <openldap-its@OpenLDAP.org>
Sent: Friday, October 13, 2000 11:33 AM
Subject: Re: openldap and Red Hat upgrade (ITS#832)
> At 03:58 PM 10/13/00 +0000, jerry.stephens@sjsd.k12.mo.us wrote:
> >Full_Name: Jerry Stephens
> >Version: 1.2.11
> >OS: Red Hat Linux 7
> >URL: ftp://ftp.openldap.org/incoming/
> >Submission from: (NULL) (209.106.168.2)
> >
> >
> >I upgraded Red Hat 6.1 to RH7 now my openldap searches will not return
anything.
> > A debug shows and error "Unknown Version 3". I can still add entries
with the
> >ldapadd utility. I have verified my openldap.conf to the best of my
ability but
> >I am lost.
>
> Most likely the upgrade includes OpenLDAP 2.0 client tools.
> These tools default to LDAPv3, not LDAPv2. OpenLDAP 1.2
> implements only LDAPv2 so you'll need to specify -P 2 when
> using OpenLDAP 2.0 tools to access a 1.2 server.