Bootstrap FreeKB - IBM MQ - Show authentication information using the display authinfo command
IBM MQ - Show authentication information using the display authinfo command

Updated:   |  IBM MQ articles

The display authinfo command can be used to display the authentication information of an MQ server.

echo "display authinfo (*)" | runmqsc MANAGER01
. . .
AMQ8566I: Display authentication information details.
   AUTHINFO(SYSTEM.DEFAULT.AUTHINFO.CRLLDAP)
   AUTHTYPE(CRLLDAP)                    
AMQ8566I: Display authentication information details.
   AUTHINFO(SYSTEM.DEFAULT.AUTHINFO.IDPWLDAP)
   AUTHTYPE(IDPWLDAP)                   
AMQ8566I: Display authentication information details.
   AUTHINFO(SYSTEM.DEFAULT.AUTHINFO.IDPWOS)
   AUTHTYPE(IDPWOS)                     
AMQ8566I: Display authentication information details.
   AUTHINFO(SYSTEM.DEFAULT.AUTHINFO.OCSP)
   AUTHTYPE(OCSP)                       
AMQ8566I: Display authentication information details.
   AUTHINFO(MANAGER01.LDAP.AUTHINFO)
   AUTHTYPE(IDPWLDAP)

 

The following will display more details on a particular authentication object.

echo "display authinfo ('MANAGER01.LDAP.AUTHINFO')" | runmqsc MANAGER01
. . .
AMQ8566I: Display authentication information details.
   AUTHINFO(MANAGER01.LDAP.AUTHINFO)       AUTHTYPE(IDPWLDAP)
   ADOPTCTX(NO)                            DESCR( )
   CONNAME(ldap.example.com)               CHCKCLNT(REQUIRED)
   CHCKLOCL(OPTIONAL)                      CLASSGRP( )
   CLASSUSR( )                             FAILDLAY(1)
   FINDGRP( )                              BASEDNG( )
   BASEDNU(ou=mq,ou=appmgmt,ou=svcs,o=acme)
   LDAPUSER(CN=mqadmin,ou=mgmt,ou=svcs,o=acme)
   LDAPPWD(********************************)
   SHORTUSR(cn)                            GRPFIELD( )
   USRFIELD(cn)                            AUTHORMD(SEARCHGRP)
   NESTGRP(NO)                             SECCOMM(NO)
   ALTDATE(2018-04-24)                     ALTTIME(09.14.29)

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter cfabc2 in the box below so that we can be sure you are a human.