[The `DefaultObjectDirectoryMapper` ignores](https://github.com/spring-projects/spring-ldap/blob/main/core/src/main/java/org/springframework/ldap/odm/core/impl/DefaultObjectDirectoryMapper.java#L346-L356) the `value` attribute from `@DnAttribute` if `index` is present. See the following sample: https://github.com/marcusdacoregio/ldap-odm-index-bug This is strange behavior that could be fixed or at least documented properly. Related to https://github.com/spring-projects/spring-ldap/issues/315