Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

keeping mqm group in ldap

Status
Not open for further replies.

sudhajet

Programmer
Jun 7, 2003
3
US
Hi All
In our unix environment, across our organization, we are trying to centralize the passwd, group etc in ldap and want to keep unique uid, username, gid, groupname. Different deparments have their own queue manager. MQ client from one department should not be able to access the MQ server/Qmgr in a different department. But when we keep the group, passwd central, users belonging to mqm group(primary or secondary) will have full authority on all the queue managers of all departments because in Unix, the authority is at group level. So when a user tries to connect to a queuemanager, MQ looks in passwd file and then in ldap to find the user and then will find his group from files/ldap and since the user belongs mqm group he will have full authorities. This is a security risk. We dont want to move users, groups to local files. Is there a way either in MQ, or in LDAP to overcome this security problem.

Thanks in advance for all your help
SJ
 
First of all you shouldn't work with group mqm.
Simply create different groups for different applications and give them specific authority by setmqaut command.
Hope this helps.


Regards.
Leonid.

IBM Certified MQSeries Specialist.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top