PL/I declaration
dcl
1 MQAIR based,
3 StrucId char(4), /* Structure identifier */
3 Version fixed bin(31), /* Structure version number */
3 AuthInfoType fixed bin(31), /* Type of authentication
information */
3 AuthInfoConnName char(264), /* Connection name of CRL LDAP
server */
3 LDAPUserNamePtr pointer, /* Address of LDAP user name */
3 LDAPUserNameOffset fixed bin(31), /* Offset of LDAP user name from
start of MQAIR structure */
3 LDAPUserNameLength fixed bin(31), /* Length of LDAP user name */
3 LDAPPassword char(32); /* Password to access LDAP
server */