Author |
Message
|
paustin_ours |
Posted: Mon Nov 13, 2006 12:46 pm Post subject: change case |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
i have a requirement where a MQ client is sending a message to the server using a server con channel
the client is in the windows environment, it is sending the message with the MQMD user ID as an upper case. Is there a way to change the MQMD user ID to a lower case before it get to the server on AIX?
should i be looking into channel exit or is there any other way to do this?
any thoughts please? |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Nov 13, 2006 1:17 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
paustin_ours |
Posted: Mon Nov 13, 2006 2:08 pm Post subject: |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
thansk Jeff,
noticed this in the link that you sent me.
The queue manager converts all uppercase or mixed case user identifiers into lowercase, before inserting them into the context part of a message, or checking their authorization. All authorizations should therefore be based only on lowercase identifiers.
i am connecting from V6 message broker toolkit on windows to config manager on UNIX.
the ID that seems to be coming to the UNIX is upper case and hence it is failing authentication on the UNIX side.
if the above statement is true i would expect the queue manager to convert the user ID to lower case and the authentication to work fine.
i was trying to see if i should be using a channel exit on the SYSTEM.BKR.CONFIG channel to change the USER ID to lower case. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Nov 13, 2006 2:50 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
There are comments in there that the UserId will *not* be converted if there is a message exit in use.
Are you using SSL? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
paustin_ours |
Posted: Tue Nov 14, 2006 8:48 am Post subject: |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
you mean the system.bkr.config channel is SSLed? No.
I checked and some of the other channels in the queue manager are SSLed
is there a way to get aroudn this if this is the problem?
any help will be truely appreciated. thanks. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Nov 14, 2006 9:47 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
SYSTEM.BKR.CONFIG?
Are you getting 2035's, or failures for mqsi acls? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Nigelg |
Posted: Wed Nov 15, 2006 12:43 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
This might be IY81714; contact IBM support. _________________ MQSeries.net helps those who help themselves.. |
|
Back to top |
|
 |
|