You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, @jzheaux. Unfortunately, I'm not sure that we can use ObjectDirectoryMapperConfiguration in Boot as the use of @Fallback will mean that it doesn't quite behave as users might expect. When it backs off due to a user-defined ObjectDirectoryMapper, that information won't be available in the condition evaluation report. I think the converter registration may also require a different approach so that it works consistently in a Boot app as it seems to be sensitive to the conversion service's name at the moment.
wilkinsona
changed the title
LdapTemplate bean should pick up a ObjectDirectoryMapper bean
Auto-configure an ObjectDirectoryMapper bean and configure LdapTemplate to use it
Feb 13, 2025
Related to spring-projects/spring-ldap#633, it would be nice if Spring Boot picked up a
ObjectDirectoryMapper
bean:As of Spring LDAP 3.3.0-M2, Spring Boot can import
ObjectDirectoryMapperConfiguration
to publish aObjectDirectoryMapper
bean.The text was updated successfully, but these errors were encountered: