MQ + Active Directory

Hi,

Wondering if anyone has a nice ldif file or similar of the java schema objects I need to load to get the AD schema suitable to hold MQ administered objects ?

For example, this thread treats the same question for Open LDAP:

http://forum.java.sun.com/thread.jspa?forumID=711&threadID=5050760

cheers,

Rob.

[347 byte] By [Robert_L_Byrnea] at [2007-11-27 3:49:45]
# 1

For info, I did succeed to get the MQ Admin Console to store the administered objects in AD.And to have MQ looking up in AD. So this does work.

You must add the java schema http://java.sun.com/products/jndi/tutorial/config/LDAP/java.schema

to AD. I did it by hand using the Schema managment snap in for MMC.

Most of the issues are related to administering AD schema, DIT structure rules (what superior entries a given class is allowed to have) and sorting out the authentication.

AD is certainly very weak as a generic LDAP repository (that includes ADAM too), but if there is an AD already deployed at the customer site then it's tempting to resuse it for the low level usage involved in MQ lookups.

cheers,

Rob.

Robert_L_Byrnea at 2007-7-12 8:53:39 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...