i downloaded Apache directory studio i can able to connect to AD sucessfully with Root DSE OU=Rechtengroepen,DC=ccs,DC=nl it has group CN=RG Level-2011 this group has all the users, i configured LDAP these settings in Integration Server i have given below details in ldap configuration in IS.
UID Property :cn
User Root DN : OU=CCS Medewerkers,OU=CCS UserAccounts,DC=ccs,DC=nl
Default Group :
Group Member Attribute :member
Group ID Property :cn
Group Root DN :OU=Rechtengroepen,DC=ccs,DC=nl
i can see groups in LDAP under Security—>ACLs and Assigned RG Level-2011 group to CentralUser ACL and CentralUserAdministrator ACL
while trying to connect IS(integration server), getting below error
[409]2010-02-24 15:15:11 CET [ISS.0053.0002C] Access denied for user D100\anilk on port 5555 → ‘’ from 172.25.6.14.
[408]]
[407] ‘’
[406]2010-02-24 15:15:10 CET [ISS.0002.0010E] Error querying for user anilk: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001A8, problem 2001 (NO_OBJECT), data 0, best match of:
After I have changed the configurations in integration server
UID Property :sAMAccountName
User Root DN : OU=CCS Medewerkers,OU=CCS UserAccounts,DC=ccs,DC=nl
Default Group :
Group Member Attribute :member
Group ID Property :sAMAccountName
Group Root DN :OU=Rechtengroepen,DC=ccs,DC=nl
Now on IS side i have configured CentralUSers ACL and CentralUserAdministrator ACL with ldap RG Level-2011 group
than trying to login IS Console givel below error CET [ISS.0053.0002C] Access denied for user anilk on port 5555 → ‘WmRoot/index.dsp’ from 172.25.6.14
than i have added ldap RG Level-2011 group to Administrator ACL,now i can login IS Console sucessfully.
if am trying to login mywebmethods server console getting below error
2010-02-24 15:52:28 CET (Framework:INFO) [RID:1001] - Processing request [1iskgdj7vbtm0:Guest] http://vms014:8585/user.current.start.page (POST)
2010-02-24 15:52:28 CET (Framework:INFO) [RID:1001] - Validate::handle() - failed to login
why am getting below error even though i have Assigned RG Level-2011 group to CentralUser ACL and CentralUserAdministrator ACL, is it must create ldap connection my webmethod server,it is enough to create in IS,in documentation mentioned better to create ldap connection in my webmethod server.
Service Enabled : Yes. This service is enabled
Connection Error Threshold (required) : 10
Provider URL (required) : ldap://localhost:389
Base DN (required) : OU=Rechtengroepen,DC=ccs,DC=nl
Groups DN:
User DN : OU=CCS Medewerkers,OU=CCS UserAccounts,DC=ccs,DC=nl
Security Principal (required) : D100\anilk
Security Credentials (required) :************
Search Timeout (required) : 0
Enable Default Wildcard Searches (required) : Yes. Enable default wildcard searches
Enable Group Across Directory Service (required) : No. Group Across Directory Service.
User Attributes:
User Object Class (required): organizationalUnit
User ID (required): sAMAccountName
Last Name (required): sn
First Name (required): givenName
Full Name (required): cn
E-mail Address (required): anilk@ccs.nl
Password (required): userpassword
Group Attributes:
Group Object Class (required): organizationalUnit
Group ID (required): sAMAccountName
Group Name (required): OU=Rechtengroepen,DC=ccs,DC=nl
Group Members (required): member
E-mail (required): anilk@ccs.nl
after creating connection if trying to search ldap groups under usermanagement—>groups given below error.
2010-02-24 18:10:20 CET (Framework:INFO) [RID:1221] - Processing request [1iskgdj7vbtm0:Administrator] http://vms014:8585/ (POST)
2010-02-24 18:10:20 CET (Framework:INFO) [RID:1222] - Processing request [1iskgdj7vbtm0:Administrator] http://vms014:8585/webm.apps.user.administration.groups (GET)
2010-02-24 18:10:21 CET (portlet:WARN) [RID:1222] - [POP.004.0004] An error occurred while formatting the Message Key “POP.012.0005.wm_dirsearchcontext”.
2010-02-24 18:10:24 CET (Framework:INFO) [RID:1223] - Processing request [1iskgdj7vbtm0:Administrator] http://vms014:8585/meta/default/wm_x...der/0000003211 (POST)
2010-02-24 18:10:24 CET (Framework:INFO) [RID:1224] - Processing request [1iskgdj7vbtm0:Administrator] http://vms014:8585/meta/default/wm_x...der/0000003211 (GET)
2010-02-24 18:10:25 CET (Framework:INFO) [RID:1225] - Processing request [1iskgdj7vbtm0:Administrator] http://vms014:8585/ (GET)
Note:
i have Doubt in user attributes
Last Name (required): sn
First Name (required): givenName
Full Name (required): cn
E-mail Address (required): anilk@ccs.nl
Password (required): userpassword
about last name, first name,full name,password(?) which user attribute i need to pass here,in group have lot of users in it
please help me on this.
regards,
anil kumar e