      ******************************************************************
      **                                                              **
      **                  WebSphere MQ for Generic                    **
      **                                                              **
      **  FILE NAME:      CMQAIRL                                     **
      **                                                              **
      **  DESCRIPTION:    MQAIR Structure -- Authentication           **
      **                  Information Record                          **
      **                                                              **
      ******************************************************************
      **  <copyright                                                  **
      **  notice="lm-source-program"                                  **
      **  pids="5724-H72,5655-R36,5724-L26,"                          **
      **  years="1993,2012"                                           **
      **  crc="2886329197" >                                          **
      **  Licensed Materials - Property of IBM                        **
      **                                                              **
      **  5724-H72,5655-R36,5724-L26,                                 **
      **                                                              **
      **  (C) Copyright IBM Corp. 1993, 2012 All Rights Reserved.     **
      **                                                              **
      **  US Government Users Restricted Rights - Use, duplication or  **
      **  disclosure restricted by GSA ADP Schedule Contract with     **
      **  IBM Corp.                                                   **
      **  </copyright>                                                **
      ******************************************************************
      **                                                              **
      **  FUNCTION:       This file declares the structure MQAIR,     **
      **                  which is used by the main MQI.              **
      **                                                              **
      **  PROCESSOR:      COBOL                                       **
      **                                                              **
      ******************************************************************

      ******************************************************************
      ** <BEGIN_BUILDINFO>                                            **
      ** Generated on:  5/1/12 1:46 PM                                **
      ** Build Level:   ${level}                                      **
      ** Build Type:    Development                                   **
      ** Pointer Size:  64 Bit                                        **
      ** Source File:                                                 **
      ** CMQAIRL                                                      **
      ** <END_BUILDINFO>                                              **
      ******************************************************************

      ** MQAIR structure
       10  MQAIR.
      ** Structure identifier
       15  MQAIR-STRUCID PIC X(4).
      ** Structure version number
       15  MQAIR-VERSION PIC S9(9) BINARY.
      ** Type of authentication information
       15  MQAIR-AUTHINFOTYPE PIC S9(9) BINARY.
      ** Connection name of CRL LDAP server
       15  MQAIR-AUTHINFOCONNNAME PIC X(264).
      ** Add padding to ensure that pointers start on correct
      ** boundaries
       15  fILLER  PIC S9(9) BINARY VALUE 0.
      ** Address of LDAP user name
       15  MQAIR-LDAPUSERNAMEPTR POINTER.
      ** Offset of LDAP user name from start of MQAIR structure
       15  MQAIR-LDAPUSERNAMEOFFSET PIC S9(9) BINARY.
      ** Length of LDAP user name
       15  MQAIR-LDAPUSERNAMELENGTH PIC S9(9) BINARY.
      ** Password to access LDAP server
       15  MQAIR-LDAPPASSWORD PIC X(32).
      ** Ver:1 **
      ** URL of the OCSP responder
       15  MQAIR-OCSPRESPONDERURL PIC X(256).
      ** Ver:2 **


      ******************************************************************
      **  End of CMQAIRL                                              **
      ******************************************************************
