Release Notes / Version 11.2310
Table Of Contents
We have finally deleted
LdapMember#getOrganizationalUnit
, which has never
been used. If you have implemented the LdapMember
interface, you can delete the method. You must at least delete the
@Override
annotation.
We also deleted
LdapUserProviderConfigurationProperties#supportMemberOus
,
which was used to activate
LdapMember#getOrganizationalUnit
(and which was
false
by default).
With the deletion of
LdapMember#getOrganizationalUnit
, the interface
OrganizationalUnit
became obsolete and has
therefore been deprecated.
(CMS-19986)