Victor Probo wrote: > Folks; > I am muddling through, searching for the Holy Grail of the combined > Address book on a server with multiple user access. > > Attempting to load an entry comes up with a format mismatch and then > scans to the end of the file. The OID from the error message appears > nowhere else in the output from the program (debug and parsing data). > > OS FreeBSD 4.6 > Built Berkeley DB > Built OpenLDAP 2.1.4 > Exported an addrbook from Mozilla->.ldif file > Corrected 'xmozillanickname' attribute to 'mozillaNickName' > [..] > > The .ldif entry looks like: > > dn: cn=Bill Garry,[EMAIL PROTECTED] > objectclass: top > objectclass: person > objectclass: organizationalPerson > objectclass: inetOrgPerson > objectclass: mozillaAbPersonObsolete > givenName: Bill > sn: Garry > cn: Bill Garry > mozillaNickname: Bill > mail: [EMAIL PROTECTED] > modifytimestamp: 0Z >
Compare your .ldif file with test example.ldif on #116692 It differs on objectclass: mozillaPersonOrg and modifytimestamp is not there. pk
