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 » To PUT or NOT to PUT that is the question. (Permissions?)

Post new topic  Reply to topic
 To PUT or NOT to PUT that is the question. (Permissions?) « View previous topic :: View next topic » 
Author Message
ECS2008
PostPosted: Wed Apr 23, 2008 12:57 am    Post subject: To PUT or NOT to PUT that is the question. (Permissions?) Reply with quote

Newbie

Joined: 23 Apr 2008
Posts: 9

Hi,
I wonder if anyone can advise on when you can put a message on a local queue when the user putting the message has no permissions set up to do so.

I.E. Their Unix group is not MQM but another NEW group. The local queue has no permissions set up for the NEW Group. Yet either via MQE or AMQSPUT they can put the message on the queue.

Any ideas (let me know what other info you need)

Thanks
ECS
Back to top
View user's profile Send private message
Gaya3
PostPosted: Wed Apr 23, 2008 12:59 am    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

set authority for the user to put messages to that particular queue

Regards
Gayathri
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
ECS2008
PostPosted: Wed Apr 23, 2008 1:16 am    Post subject: To PUT or NOT to PUT that is the question. (Permissions?) Reply with quote

Newbie

Joined: 23 Apr 2008
Posts: 9

thanks again Gaya3!

The issue is that it currently has no permission to put but can STILL Put the message. I am sure there is something else I am missing here?



Gaya3 wrote:
set authority for the user to put messages to that particular queue

Regards
Gayathri
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Apr 23, 2008 1:22 am    Post subject: Re: To PUT or NOT to PUT that is the question. (Permissions? Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

ECS2008 wrote:
The issue is that it currently has no permission to put but can STILL Put the message. I am sure there is something else I am missing here?


Is it inheriting mqm authorities from a client channel?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
ECS2008
PostPosted: Wed Apr 23, 2008 1:55 am    Post subject: Re: To PUT or NOT to PUT that is the question. (Permissions? Reply with quote

Newbie

Joined: 23 Apr 2008
Posts: 9

Hi,
that's an interesting thought. Does it MQ do that by nature?
In the meantime I can check this out.
Thanks

Vitor wrote:
ECS2008 wrote:
The issue is that it currently has no permission to put but can STILL Put the message. I am sure there is something else I am missing here?


Is it inheriting mqm authorities from a client channel?
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Apr 23, 2008 2:00 am    Post subject: Re: To PUT or NOT to PUT that is the question. (Permissions? Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

ECS2008 wrote:
Does it MQ do that by nature?


No, but on a dev system it's not impossible the MQ admin has saved himself some work by configuring it like that.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed Apr 23, 2008 3:21 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Also check all the groups the user is in. If in Unix you allocate permissions at the user level you in fact allocate the permission to the user's primary group at allocation time...

So if all users are in a dfltuser group you may have set permissions for that group without realizing it...

Enjoy
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
ECS2008
PostPosted: Wed Apr 23, 2008 6:49 am    Post subject: Reply with quote

Newbie

Joined: 23 Apr 2008
Posts: 9

fjb_saper wrote:
Also check all the groups the user is in. If in Unix you allocate permissions at the user level you in fact allocate the permission to the user's primary group at allocation time...

So if all users are in a dfltuser group you may have set permissions for that group without realizing it...

Enjoy


Thanks everyone for their input.

Some how the 'users' group on MQ had been set up to allow everything.
My question then is what is the 'users' group on MQ?
Is that a default setting?

Thanks
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Apr 23, 2008 6:55 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

ECS2008 wrote:
Some how the 'users' group on MQ had been set up to allow everything.
My question then is what is the 'users' group on MQ?
Is that a default setting?


The Security and System Admin documentation will answer all your questions on default and generic profiles, along with options for controlling access.

Happy Reading!
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
ECS2008
PostPosted: Wed Apr 23, 2008 7:07 am    Post subject: Reply with quote

Newbie

Joined: 23 Apr 2008
Posts: 9

Vitor wrote:
ECS2008 wrote:
Some how the 'users' group on MQ had been set up to allow everything.
My question then is what is the 'users' group on MQ?
Is that a default setting?


The Security and System Admin documentation will answer all your questions on default and generic profiles, along with options for controlling access.

Happy Reading!



Thanks.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Wed Apr 23, 2008 8:49 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9471
Location: US: west coast, almost. Otherwise, enroute.

Quote:
My question then is what is the 'users' group on MQ?
Is that a default setting?

When you install WMQ, the install process creates the mqm group with ALL authority to everything MQ. You should not add end-users (people that run application programs) to the mqm group.

You should create user groups, like PAYROLL or PROGRAMMER, and grant authority to the objects that application use requires.
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » To PUT or NOT to PUT that is the question. (Permissions?)
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.