Hi ...., I'm a newbe for message broker.
I'm trying to create webservice security in message broker authenticated using LDAP.
but the authentication is always fail in my SOAP message header I have specify the right user: wpsadmin and right password : 123
this is my ldap configuration: Quote:
mqsicreateconfigurableservice WBRK61_DEFAULT_BROKER -c SecurityProfiles -o LDAP -n authentication,authorization,propagation,authenticationConfig,authorizationConfig -v "LDAP,LDAP,TRUE,\"ldap://192.168.0.138:389/dc=hanoman, dc=co, dc=id\""
I'm not sure that my configuration is true or false. but the configuration below used by us for our websphere process server (Secure administration->applications, and infrastructure -> Standalone LDAP registry) .
Code:
Host : 192.168.0.138
Port : 389
Base distinguished name (DN) : dc=hanoman, dc=co, dc=id
Bind distinguished name (DN) : cn=wpsadmin, cn=users, dc=hanoman, dc=co, dc=id
I need your help. Thanks