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
Hello,
in my free time at work, I'm trying to learn how to configure both the WSO2AM as well as the WSO2IS... I'm currently trying to work on enabling RBAC in the IS, and one of the prerequisites for it is to share the user-store between the APIM and the IS.
As I'm doing this purely for learning, I don't have access to the company LDAP server, and since the documentation mentions that the product comes with an embedded LDAP store, I was trying to make use of it.
I can't find a proper explanation on how to configure the embedded LDAP user store as the primary user store. In the documentation it's mentioned that the Identity-Server comes bundled with an embedded LDAP by default as a user store, but the default configuration is set to: "database_unique_id".
I'm using the docker-compose for apim-is-as-km-with-analytics with the base-images being recreated by me (with the default configuration both containers start, and both APIM and IS are running fine) on Ubuntu (I can gladly provide more details on my setup, if needed).
Is it possible to use this embedded LDAP-store for sharing it between the two servers, or do I need to find out how to setup my own LDAP server just for this case?
Can you please fix the documentation or extend it in such a way for us to be able to understand how to setup and configure the embedded LDAP user store?
The text was updated successfully, but these errors were encountered:
Location : https://is.docs.wso2.com/en/6.1.0/deploy/configure-a-read-write-ldap-user-store/
Hello,
in my free time at work, I'm trying to learn how to configure both the WSO2AM as well as the WSO2IS... I'm currently trying to work on enabling RBAC in the IS, and one of the prerequisites for it is to share the user-store between the APIM and the IS.
As I'm doing this purely for learning, I don't have access to the company LDAP server, and since the documentation mentions that the product comes with an embedded LDAP store, I was trying to make use of it.
I can't find a proper explanation on how to configure the embedded LDAP user store as the primary user store. In the documentation it's mentioned that the Identity-Server comes bundled with an embedded LDAP by default as a user store, but the default configuration is set to: "database_unique_id".
If I follow the instructions from the https://apim.docs.wso2.com/en/4.2.0/administer/managing-users-and-roles/managing-user-stores/configure-primary-user-store/configuring-a-read-write-ldap-user-store/ page, to change the
user_store
configuration for the APIM, I get an error that the LDAP is not reachable.If I, then follow the instructions from https://is.docs.wso2.com/en/6.1.0/deploy/configure-a-read-write-ldap-user-store/ to change the
user_store
configuration in the IS, the IS fails to start with a similar error that the LDAP server is unreachable.I'm using the docker-compose for
apim-is-as-km-with-analytics
with the base-images being recreated by me (with the default configuration both containers start, and both APIM and IS are running fine) on Ubuntu (I can gladly provide more details on my setup, if needed).Is it possible to use this embedded LDAP-store for sharing it between the two servers, or do I need to find out how to setup my own LDAP server just for this case?
Can you please fix the documentation or extend it in such a way for us to be able to understand how to setup and configure the embedded LDAP user store?
The text was updated successfully, but these errors were encountered: