Prerequisites:
Install and configure Active directory with WSO2 IS 5.0.0
http://social.technet.microsoft.com/wiki/contents/articles/2980.ldap-over-ssl-ldaps-certificate.aspx
Steps to configure secondary user store:
1. Login as admin/admin
2. Go to Configure -> User Store Management, Add secondary user store, give the information as shown in the image, click update
Verify:
1. The secondary user store configuration should be found at the following location
<IS_HOME>/repository/deployment/server/userstores/ADSUS.xml
2. Create a new user in secondary user store and check that user can login to the management console.
Go to configure -> User and Roles -> Users -> Add New User (ex: aduser)
Select the domain ADSUS and give the user details and Finish
Go to Roles and give the login permission to the Internal/Everyone role.
Note: Internal/Everyone role automatically assign to any user
Now logout and try to login with aduser
Comments