WyjĄtek w wĄtku "Thread-34"2014-12-15 09:51:08.583 146 <com.ibm.broker.plugin.MbConfigurationException class:MbLDAPSecurityProvider method:getUserDNFromBrokerBind source:BIPmsgs key:2728 >
2014-12-15 09:51:08.584 146 at com.ibm.broker.securityProviders.MbLDAPSecurityProvider.getUserDNFromBrokerBind(MbLDAPSecurityProvider.java:808)
2014-12-15 09:51:08.584 146 at com.ibm.broker.securityProviders.MbLDAPSecurityProvider.authenticate(MbLDAPSecurityProvider.java:465)
After research I found that :
Bip 2728 means "Exception searching ldap for full DN of user"
Bip 2702 means "Unable to connect to LDAP server using user credentials"
I know that user and password is correct because I've tested communication with Remote AD using my simple java code and I could authenticate user with the same credential.
I assume "Exception searching ldap for full DN of user" is problem.
Can you tell me what this message means and how to fix it ? _________________ Marcin
For message flow security issues you should gather a user trace following a mqsi EG or security reload command.
The Broker deliberately does minimal logging of security issues, (as doing so could aid an attack and could lead to denial of service).
However by enabling user trace the underlying LDAP error codes can be seen.
It is likely that your configuration is setup such that the Broker has to first run a LDAP search to fully resolve the DN of the user ID from the incoming message.
With your local ApacheDS Broker can probably connect anonymously to achieve this.
It is also likely that ActiveDirectory will not be allowing anonymous binds, so you must supply the Broker with credentials to enable it to bind and run this search to resolve the DN. These typically are provided by mqsisetdbparms for the resource "ldap::LDAP"
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum