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 » General IBM MQ Support » WebSphere MQ v6.0 security exit help needed

Post new topic  Reply to topic
 WebSphere MQ v6.0 security exit help needed « View previous topic :: View next topic » 
Author Message
skiv
PostPosted: Mon Jun 19, 2006 1:17 am    Post subject: WebSphere MQ v6.0 security exit help needed Reply with quote

Apprentice

Joined: 19 Jun 2006
Posts: 33

Hi

I would like to ask if there are any security exit codes in C available for connecting clients to the server using username and password? Is it possible to have all the security checks on the server side? As in meaning that clients only need to send username and password to server while server verify it.

Thanks in advance for any help
Back to top
View user's profile Send private message
Mr Butcher
PostPosted: Mon Jun 19, 2006 2:53 am    Post subject: Reply with quote

Padawan

Joined: 23 May 2005
Posts: 1716

there are samples available, like SCSQC37S(CSQ4BCX3)

but you may want to check out BLOCKIP of writing your own

http://home19.inet.tele.dk/m-invent/index.htm?BlockIP.htm
_________________
Regards, Butcher
Back to top
View user's profile Send private message
skiv
PostPosted: Mon Jun 19, 2006 4:34 pm    Post subject: Reply with quote

Apprentice

Joined: 19 Jun 2006
Posts: 33

thanks for the advice... I went to look at the BlockIP and to what i understand it allows or blocks certain IP address. Please correct me if I`m wrong.

For my concept is all clients can try to connect, but only those tat sends the correct username and password can connect. I`m not sure how I can change the codes in BlockIP to suit my concept. Please advise on that.

Right now I got a code that implement this but with lots of problems. First thing is that my client side also have a security exit code besides my server side. What I want is actually all exit codes to be at the server side only.

Secondly I can able or disable the security function in my client side, so if i enable it, the whole thing works. It authenticate for the username and password. However if I disable it, it seems like i can just connect to server with some default password and username which i do not know from where.

Sorry for the whole messy describtion as I`m still very new to the MQ. Thanks alot for the help
Back to top
View user's profile Send private message
kevinf2349
PostPosted: Mon Jun 19, 2006 4:56 pm    Post subject: Reply with quote

Grand Master

Joined: 28 Feb 2003
Posts: 1311
Location: USA

There is no point in having an MQ Client if it can't connect.

Couldn't the client application check the userid and password and then (if it all authenicates) make the connection through the MQ Client?

BlockIP will help at the server end to make sure to keep out 'intruders'
Back to top
View user's profile Send private message
skiv
PostPosted: Mon Jun 19, 2006 7:23 pm    Post subject: Reply with quote

Apprentice

Joined: 19 Jun 2006
Posts: 33

oh... the purpose is actually to make the server robust. When all the checking is done on the server side, i can write any client and connect it to the server juz by sending the right username and password.

In this way, it will be a lot more convenient as any of the authorized ones can use the server with the clients they wrote as long as they know how to send the username and password to server. They need not really know more into MQ
Back to top
View user's profile Send private message
skiv
PostPosted: Mon Jun 19, 2006 7:38 pm    Post subject: Reply with quote

Apprentice

Joined: 19 Jun 2006
Posts: 33

sorry to add on the idea is also to add on to the security... coz anyone can juz write their own client and connect to the server since the criteria needed to do the connections can all be easily checked out....

I know this is where the BlockIP should come in, but if we dun know the intruder's IP before hand we cant block them right. And if we choose to only allow IPs of those authorized party, everytime we add a client we got to change the code to add a new IP... this makes it not really very robust...

Hope my understanding of BlockIP is not wrong....
Back to top
View user's profile Send private message
Mr Butcher
PostPosted: Mon Jun 19, 2006 9:29 pm    Post subject: Reply with quote

Padawan

Joined: 23 May 2005
Posts: 1716

why dont you read some more about blockip? it does much more than only blocking ip adresses.
_________________
Regards, Butcher
Back to top
View user's profile Send private message
RogerLacroix
PostPosted: Mon Jun 19, 2006 9:33 pm    Post subject: Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3264
Location: London, ON Canada

skiv wrote:
For my concept is all clients can try to connect, but only those tat sends the correct username and password can connect. I`m not sure how I can change the codes in BlockIP to suit my concept. Please advise on that.

BlockIP does NOT support UserId and password verification / authentication. It can match patterns against a UserId and / or IP address and / or SSL parameters, but this is not authentication.

<Vendor_Plug>

If you want a very robust / cross-platform MQ security solution that can do full client authentication then I suggest you have a look at MQ Authenticate User Security Exit.
http://www.capitalware.biz/mqausx_overview.html

</Vendor_Plug>

Hope that helps.

Regards,
Roger Lacroix
Capitalware Inc.
_________________
Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » WebSphere MQ v6.0 security exit help needed
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.