0
votes
0answers
26 views

WSO2IS User and Groups Management does not list the groups of a user in external ldap (member=null)

I'm trying to connect WSO2 Administrative Interface to login using ldap. Already made it authenticate, but it is not listing the groups that the users have. My user-mgt.xml is: <UserStoreManager ...
0
votes
1answer
132 views

WSO2 Identity Server with OpenLDAP and SSL

I'm trying to setup a new WSO2IS 4.1.0 server and connect it back to an OpenLDAP server. Our server requires an SSL connection. When I configure the connection to be an LDAPS connection I'm unable to ...
1
vote
0answers
84 views

WSO2 Identity Server: Error while loading identity configurations after editing identity.xml

I'm trying to set up an WSO2-Identity Server. I've downloaded the Version 4.0.0 Binary. It started correctly and I was able to use it with LDAP. However, if I want to insert the correct ServerURL ...
0
votes
0answers
78 views

Mapping of WSO2 authenticated users to user groups in Linux [closed]

I have 2 queries. We are currently using WSO2 4.0 M8. We created some users and were using Apache Studio to view the Apache DS schema embedded in the WSO2 identity server. We were able to see the user ...
1
vote
3answers
253 views

LDAP User Store WSO2 ESB - Admin Username

Hello I need some help to set up the LDAP user store for WSO2 ESB: I have my ldap host: ldap://my.domain.ac.uk:389 the basedn dc=my,dc=domain,dc=ac,dc=uk username password: Name Surname mypassword I ...
0
votes
1answer
79 views

setting LDAP userstore for Wso2 ESB [closed]

Could someone help me with the configuration of the LDAP user store for the ESB, it is not working, gives error: "Activator Cannot start User Manager Core bundle..." my user-mgt.xml is as follows: ...
0
votes
1answer
138 views

How integrate wso2 identity with wso2 governance registry

I have a doubt How I integrate wso2 governance registry with wso2 identity. My identity is configured with LDAP. I dont found tutorial to this :( thank very much
0
votes
1answer
546 views

How do I configure WSO2 identity with LDAP?

How do I configure WSO2 identity with LDAP? I changed my user-mgt.xml to: <UserManager> <Realm> <Configuration> <AdminRole>admin</AdminRole> ...
0
votes
2answers
152 views

browsing internal ldap of wso2 identity server

I'm trying to browse the embedded ldap server of WSO2 Identity Server thanks to a LDAP client. I didn't change the default configuration and I connected successfully as ...
3
votes
0answers
137 views

WSO2 Identity Server - LDAP working in read-only mode but is set to false

<Property name="ReadOnly">false</Property> - this is set in usr-mgt.xml in my identity server. When I try to invoke the method for setting user claim value - ...
0
votes
1answer
332 views

Using WSO2 Identity Server with OpenLDAP

While trying to use WSO2 Identity Server with OpenLDAP after following the steps on: http://wso2.org/project/solutions/identity/3.2.3/docs/user-core/admin_guide.html#LDAP I get this message, when ...
0
votes
1answer
367 views

WSO2 Identity server integration with LDAP and DB

Just had a query that can WSO2 Identity Server be integrated with both LDAP and DB at the same time. To elaborate my query more, say we have a group of users defined in LDAP and another group of users ...