|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
secure control center connection |
« View previous topic :: View next topic » |
Author |
Message
|
lewisleung |
Posted: Thu Mar 14, 2002 11:21 pm Post subject: |
|
|
Novice
Joined: 05 Mar 2002 Posts: 14 Location: Hong Kong
|
I would like to ensure that only authorized person can use CC to connect configure manager. WMQI doc said we can use security exit. So, I plan following :
1. Change MCAUser of SYSTEM.BKR.CONFIG to a user not authorize to use MQ resources.
2. Client security send logon user id to server security exit
3. Server security exit assign MCAUserIdentifier of MQCD to logon user id. such that only that person can access MQ resources in configure manager.
The security seems depend on whether client has installed the client exit but not the user because anyone can easily set this id. So, is it a workable solution ?
Thanks
Lewis
|
|
Back to top |
|
 |
mpuetz |
Posted: Sat Mar 16, 2002 3:16 pm Post subject: |
|
|
Centurion
Joined: 05 Jul 2001 Posts: 149 Location: IBM/Central WebSphere Services
|
Hi,
if your client security exit only sends the logon userid
that won't help you much, since that is actually what
the standard client is doing without any security exits
installed. What your exit really needs to do is a real
authentication of your user, e.g. supply a logon is
and a password, so that the server security exit can actually
validate your user is really who he claims to be. Otherwise
someone else may simply set up a local account with any
userid and there you go. You could define a secret handshake
in your exits, so that nobody without access to the source code
of the exits can attach to your client channel. But then,
code can by reverse engineered and then anyone can break in
again. Thus the exchange of some secret key is the only
way to make it really secure.
_________________ Mathias Puetz
IBM/Central WebSphere Services
WebSphere Business Integration Specialist |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|