Fields for MQAIR
The MQAIR structure contains the following fields; the fields are described in alphabetical order:
- AuthInfoConnName (MQCHAR264)
This is either the host name or the network address of a host on which the LDAP server is running. This can be followed by an optional port number, enclosed in parentheses. The default port number is 389. - AuthInfoType (MQLONG)
This is the type of authentication information contained in the record. - LDAPPassword (MQCHAR32)
This is the password needed to access the LDAP CRL server. If the value is shorter than the length of the field, terminate the value with a null character, or pad it with blanks to the length of the field. - LDAPUserNameLength (MQLONG)
- LDAPUserNameOffset (MQLONG)
This is the offset in bytes of the LDAP user name from the start of the MQAIR structure. - LDAPUserNamePtr (PMQCHAR)
This is the LDAP user name. - OCSPResponderURL (MQCHAR256)
For an MQAIR structure that represents connection details for an OCSP responder, this field contains the URL at which the responder can be contacted. - StrucId (MQCHAR4)
- Version (MQLONG)
The version number of the MQAIR structure.
Parent topic: MQAIR - Authentication information record