Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent invoking JDBCUserStoreManager within the ReadOnlyLDAPUserStoreManager #1347

Closed
IndunilRathnayake opened this issue Sep 1, 2017 · 1 comment

Comments

@IndunilRathnayake
Copy link
Contributor

IndunilRathnayake commented Sep 1, 2017

Description:

We need to prevent invoking JDBCUserStoreManager within the ReadOnlyLDAPUserStoreManager which is in [1] and [2] when login with "Rememeber Me".

The reason for calling ReadOnlyLDAPUserStoreManager here, is to store remember me cookie values in UM_HYBRID_REMEMBER_ME table which is as follows.
UM_ID | UM_USER_NAME | UM_COOKIE_VALUE | UM_CREATED_TIME | UM_TENANT_ID

[1] https://github.com/wso2/carbon-kernel/blob/4.4.x/core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/ldap/ReadOnlyLDAPUserStoreManager.java#L2974
[2] https://github.com/wso2/carbon-kernel/blob/4.4.x/core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/ldap/ReadOnlyLDAPUserStoreManager.java#L2988

Suggested Assignees:

Affected Product Version:
5.3.0

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues:

@isharak
Copy link
Member

isharak commented Apr 9, 2021

Thank you for your contribution!
We are closing this issue since it has not been prioritized for a long time. Chances are that it has already been solved in more recent versions. If not, we will be re-evaluating this when it becomes a priority.

@isharak isharak closed this as completed Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants