[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Issues with Openldap upgrade 2.4.21 to 2.4.31
- To: openldap-technical@openldap.org
- Subject: Issues with Openldap upgrade 2.4.21 to 2.4.31
- From: Laurent Dumont <ml@coldnorthadmin.com>
- Date: Tue, 29 Sep 2015 15:04:51 -0400
- User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0
Hi gents,
I'm currently trying to upgrade my "aging" Ubuntu 10.04 physical server
with OpenLdap 2.4.21 to a brand new VM running 2.4.31 (which seems to be
provided by default with the standard repository while being somewhat
old?). That said, I'm running into a few issues.
Am I correct in assuming that a standard migration would go something
like this :
#On the original LDAP server
sudo slapcat -l /root/ldapdump
#Copy that file over to the new LDAP server
sudo slapadd -v -d 1 -l ldapdump
Unfortunately, that's where it fails. I see :
560ade84 str2entry: invalid value for attributeType objectClass #2
(syntax 1.3.6.1.4.1.1466.115.121.1.38)
slapadd: could not parse entry (line=1)
It seems that I'm missing something pretty obvious here. Anyone has any
pointers?
Thanks