Author |
Message |
Topic: PCF Check if user is admin |
oluies
Replies: 2 Views: 4022
|
Forum: IBM MQ Security Posted: Mon Apr 06, 2015 12:41 pm Subject: PCF Check if user is admin |
Can I use the java PCF to check if a particular group or principal is an admin. I have been looking at MQCMD_INQUIRE_ENTITY_AUTH but I got stuck with that.
Thanks
Örjan |
Topic: JSSE certificate |
oluies
Replies: 7 Views: 6721
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 06, 2015 12:35 pm Subject: JSSE certificate |
I got it working and wrote up a note here http://stackoverflow.com/a/29471616/203968 |
Topic: Backup QM |
oluies
Replies: 6 Views: 5229
|
Forum: General IBM MQ Support Posted: Mon Feb 23, 2015 12:28 am Subject: Backup QM |
T-Rob: Windows MQ Log Maintenance that really works
https://t-rob.net/2015/02/22/windows-mq-log-maintenance-that-really-works/ |
Topic: JSSE certificate |
oluies
Replies: 7 Views: 6721
|
Forum: IBM MQ Java / JMS Posted: Fri Feb 20, 2015 3:42 am Subject: JSSE certificate |
Noted that the JSSE keytool can display the MQ manager SSL Certs
% keytool -printcert -sslserver server:port
neat |
Topic: JSSE certificate |
oluies
Replies: 7 Views: 6721
|
Forum: IBM MQ Java / JMS Posted: Fri Feb 20, 2015 12:38 am Subject: JSSE certificate |
Well I was pointing to the trust/keystore with
javax.net.ssl.keyStore/trustStore so no luck |
Topic: JSSE certificate |
oluies
Replies: 7 Views: 6721
|
Forum: IBM MQ Java / JMS Posted: Fri Feb 20, 2015 12:31 am Subject: JSSE certificate |
Yeah, I have been PMRing for a while.
The JDK home/security is a great idea
The debug flag has changed from true to a level so :
-Djavax.net.debug=all -com.ibm.msg.client.commonservice ... |
Topic: JSSE certificate |
oluies
Replies: 7 Views: 6721
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 19, 2015 8:39 am Subject: JSSE certificate |
Yes I know about the "not to well" part and I have a prepatch for that based on RFE 61798
If I use the same certstore with MQ Exporer all is fine and i use the ...<userid> |
Topic: Backup QM |
oluies
Replies: 6 Views: 5229
|
Forum: General IBM MQ Support Posted: Thu Feb 19, 2015 2:50 am Subject: Backup QM |
Hi,
I am looling into setting up a queue manager with a backup QM on another site.
What is the best story of shipping the logs to the and managing the logs (keeping the backup up to date and a ... |
Topic: JSSE certificate |
oluies
Replies: 7 Views: 6721
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 19, 2015 2:42 am Subject: JSSE certificate |
Hi,
When using Oracle JVM with Oracle JSSE to do SSL auth with MQ... how is the client certificate selected?
Thanks,
ÖL |