On Tue, February 15, 2005 8:06 am, Pei Chen said: > Hi, > > I just used the function for entry->dump(), the output > is fine except objectclass value. > > The objectclass values is in one line eg. > > objectclass: > gcOrganizationalPersonorganizationalPersonpersontop > > I think the result should be : > > objectclass: gcOrganizationalPerson > objectclass: organizationalPerson > objectclass: person > objectclass: top > > Is this a bug ? Thanks for any advice.
There is no right or wrong answer. The dump method is for debug purposes only. If you want valid LDIF output then use the LDIF module Graham.
