NormalizationService will use org.apache.ldap.common.name.DnParser to normalize a Name.

 

For instance, if my Name looks like this:

ou=Sub Production  V,bsiViewName=Direct Report View

 

It will return this:
ou=sub production v,bsiViewName=direct report view

 

As you can see it will replace the 2 spaces before the V with one space.

 

Is this the correct behavior ?

 

I will need to look up an object using the normalized value (down in my partition code), but it’s a bit more challenging if the spaces have been, partially, removed.

 

Thanks

 

 

Reply via email to