Hello Suresh,
I had modified the jaas.config file with the LDAP details.
com.softwareag.sso.pid.properties , in this file, there is a property “enabled=true” .
Now we need to provide the SSO login details to complete the process. It can be achieved in 2 ways,
-
modifying the com.softwareag.security.ldap.pid.properties for both SPM and CCE
-
modify the jaas.config file
-
set the below parameters, as per your LDAP server
watt.server.ldap.url=ldap://<ip address/host>:389 -------> needs modification
watt.server.ldap.prin=CN=user,OU=myuser,DC=ldap,DC=server -------> needs modification
watt.server.ldap.cred=******** -------> needs modification
watt.server.ldap.creategroups=true
watt.server.ldap.gidprop=CN
watt.server.ldap.uidprop=CN
watt.server.ldap.usecaching=false
watt.server.ldap.userrootdn=DC=my,DC=ldap,DC=server -------> needs modification if present otherwise remove
watt.server.ldap.mattr=memberOf
watt.server.ldap.grouprootdn=DC=my,DC=ldap,DC=server -------> needs modification if present otherwise remove
watt.server.ldap.groupobjclass=group
watt.server.ldap.personobjclass=person
- for the jass.config file , use the parameters for LDAP login, and update the code there. I used the sample code in the pdf and just used the LDAP credentials used in the Directory Services setup in MWS.
After that I was able to connect to the Integration Server from the CCE console.
But it is for the fixed user only. Like in the Authentication tab for the IS component , there will be a pencil icon , where we can select the user for IS admin login. There by default it is taking Fixed User. There I gave my own LDAP credentials and it was able to login to the IS from the CCE console.
But I was not able to login to the CCE UI page via LDAP login. I created same group name as the DN of the LDAP server ( mentioned in the pdf ) and they associated it with Administrator roles in Roles.txt and Groups.txt under profiles. Hence I am also stuck midway regarding this issue. 
Thanks and Regards
Abir Banerjee
#webMethods#Integration-Server-and-ESB#Command-Central#webMethods-General