### Description The `ReadOnlyLDAP.xml` template provided in [1] contains an outdated user store class name. This needs to be updated as follows: Current: ``` class="org.wso2.carbon.user.core.ldap.ReadOnlyLDAPUserStoreManager" ``` Expcted: ``` class="org.wso2.micro.integrator.security.user.core.ldap.ReadOnlyLDAPUserStoreManager" ``` [1] - https://mi.docs.wso2.com/en/4.4.0/install-and-setup/setup/user-stores/configuring-secondary-user-stores/#adding-a-new-secondary-user-store ### Steps to Reproduce Check the templates at https://mi.docs.wso2.com/en/4.4.0/install-and-setup/setup/user-stores/configuring-secondary-user-stores/#adding-a-new-secondary-user-store ### Version 4.4.0 ### Environment Details (with versions) _No response_
Description
The
ReadOnlyLDAP.xmltemplate provided in [1] contains an outdated user store class name. This needs to be updated as follows:Current:
Expcted:
[1] - https://mi.docs.wso2.com/en/4.4.0/install-and-setup/setup/user-stores/configuring-secondary-user-stores/#adding-a-new-secondary-user-store
Steps to Reproduce
Check the templates at https://mi.docs.wso2.com/en/4.4.0/install-and-setup/setup/user-stores/configuring-secondary-user-stores/#adding-a-new-secondary-user-store
Version
4.4.0
Environment Details (with versions)
No response