Norval Hope wrote: > required (for instance I originally had lots of probs requiring > explicit use of LdapDN.getUpName() which I understand / hope I may now > be able to replace with humble .toString()s). While I'm doing this > port over I'll try to disentangle changes which might be interesting > to the general community versus ones that probably won't, and factor > out separate patches etc. >
I'm afraid, but this is still the case. LdapDN.toString() in trunk returns the normalized name, not the user provided name. I had the same issue in DirStudio. I wonder if this is necessary or if toString() could be changed to return the upName? Regards, Stefan
