ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » SEUCRITY PEP NODE ERROR

Post new topic  Reply to topic
 SEUCRITY PEP NODE ERROR « View previous topic :: View next topic » 
Author Message
kiruthigeshwar
PostPosted: Thu Apr 04, 2013 3:59 am    Post subject: SEUCRITY PEP NODE ERROR Reply with quote

Acolyte

Joined: 31 Oct 2012
Posts: 50

Hi All,
I am using Microsoft ADS as external security provider for authenticating using PEP node. The token type I am using is username + password. So I have specified only token and password and not IssuedBy. But the error I am getting is
Quote:

ExceptionList
RecoverableException
File:CHARACTER:F:\build\S700_P\src\DataFlowEngine\PEPNode\ImbPEPNode.cpp
Line:INTEGER:534
Function:CHARACTER:ImbPEPNode::evaluate
Type:CHARACTER:SecurityPEPNodeReportFlow#FCMComposite_1_4
Name:CHARACTER:SecurityPEPNodeReportFlow#FCMComposite_1_4
Label:CHARACTER:SecurityPEPNodeReportFlow.Security PEP
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:2733
SecurityException
File:CHARACTER:F:\build\S700_P\src\DataFlowEngine\ImbIdentity.cpp
Line:INTEGER:428
Function:CHARACTER:ImbIdentity::isAuthenticated
Type:CHARACTER:
Name:CHARACTER:
Label:CHARACTER:
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:2
Number:INTEGER:2702
Text:CHARACTER:Cache has identity authentication invalid
Insert
Type:INTEGER:5
Text:CHARACTER:usernameAndPassword
Insert
Type:INTEGER:5
Text:CHARACTER:mbuser1
Insert
Type:INTEGER:5
Text:CHARACTER:
Insert
Type:INTEGER:5
Text:CHARACTER:Cached


My Input message is
<EAI_MESSAGE>
<Username>mbuser1</Username>
<Password>ibm</Password>
<EAI_HEADER>
<ServiceName>ATM</ServiceName>
</EAI_HEADER>
<EAI_BODY></EAI_BODY>
</EAI_MESSAGE>

Please help me with this.
Thanks & Regards,
Kiruthigeshwar.N
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Thu Apr 04, 2013 4:07 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

The following security providers are supported: LDAP, WS-Trust V1.3 STS, or TFIM V6.1. Is Microsoft ADS emulating either of these?
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
kiruthigeshwar
PostPosted: Thu Apr 04, 2013 4:34 am    Post subject: Reply with quote

Acolyte

Joined: 31 Oct 2012
Posts: 50

lancelotlinc wrote:
The following security providers are supported: LDAP, WS-Trust V1.3 STS, or TFIM V6.1. Is Microsoft ADS emulating either of these?


Yes it does. LDAP Version 3-compatible server required :
    IBM Tivoli Directory Server
    Microsoft® Active Directory®
    OpenLDAP


Reference http://www-01.ibm.com/support/docview.wss?uid=swg27015336&aid=1
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Thu Apr 04, 2013 4:37 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

What version of WMB are you using? V6.1 is no longer supported. Are you operating ADS in LDAP emulation mode? (ie. have you configured the Microsoft ADS server to support LDAP authentication, as it is not enabled by default).
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
kiruthigeshwar
PostPosted: Thu Apr 04, 2013 4:53 am    Post subject: Reply with quote

Acolyte

Joined: 31 Oct 2012
Posts: 50

lancelotlinc wrote:
What version of WMB are you using? V6.1 is no longer supported. Are you operating ADS in LDAP emulation mode? (ie. have you configured the Microsoft ADS server to support LDAP authentication, as it is not enabled by default).


I am using WMB7.5. I will check whether the LDAP authentication is enabled.
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Thu Apr 04, 2013 4:57 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

There is no such version as WMB7.5. Is that your MQ version?

You might like to use

http://www.ldapadmin.org/

or

http://ldaptool.sourceforge.net/

to see whether or not your getting a good result from your LDAP provider.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
kiruthigeshwar
PostPosted: Thu Apr 04, 2013 9:37 pm    Post subject: Reply with quote

Acolyte

Joined: 31 Oct 2012
Posts: 50

lancelotlinc wrote:
There is no such version as WMB7.5. Is that your MQ version?

You might like to use

http://www.ldapadmin.org/

or

http://ldaptool.sourceforge.net/

to see whether or not your getting a good result from your LDAP provider.


I am able to connect to the ADS using LDAP tool from my system.
Back to top
View user's profile Send private message
kiruthigeshwar
PostPosted: Thu Apr 04, 2013 9:41 pm    Post subject: Reply with quote

Acolyte

Joined: 31 Oct 2012
Posts: 50

Should I have to perform setdbparms for ldap. If so is the following is correct.

mqsisetdbparms <broker> -n ldap::LDAP -u <username> -p <password>

where username and password are the login user id to the ADS system
Back to top
View user's profile Send private message
rekarm01
PostPosted: Fri Apr 05, 2013 2:32 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 1415

lancelotlinc wrote:
What version of WMB are you using? V6.1 is no longer supported.

WMB v6.1 is still supported.
Back to top
View user's profile Send private message
smdavies99
PostPosted: Fri Apr 05, 2013 2:55 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

rekarm01 wrote:
lancelotlinc wrote:
What version of WMB are you using? V6.1 is no longer supported.

WMB v6.1 is still supported.


But that simple fact won't stop 'lancelotlinc' from telling everyone that it isn't.

Perhaps he should read up on the meaning of 'Pravda' and how the manipulation of that word came to haunt a lot of people.
OR
If you say the same thing enough times eventually you will get enough people to believe that the bunkum you are speaking is the 'Truth, the whole truth and nothing but the truth'. I wonder if he is a fire breathing preacher in his spare time?
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Fri Apr 05, 2013 3:59 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

rekarm01 wrote:
lancelotlinc wrote:
What version of WMB are you using? V6.1 is no longer supported.

WMB v6.1 is still supported.


Ok, you are correct. I should say end-of-life coming soon.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » SEUCRITY PEP NODE ERROR
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.