Home

 

LDAPUserNamePtr (PMQCHAR)

This is the LDAP user name. It consists of the Distinguished Name of the user who is attempting to access the LDAP CRL server. If the value is shorter than the length specified by LDAPUserNameLength, terminate the value with a null character, or pad it with blanks to the length LDAPUserNameLength. The field is ignored if LDAPUserNameLength is zero.

We can supply the LDAP user name in one of two ways:

Whichever technique is chosen, use only one of LDAPUserNamePtr and LDAPUserNameOffset; the call fails with reason code MQRC_LDAP_USER_NAME_ERROR if both are nonzero.

This is an input field. The initial value of this field is the null pointer in those programming languages that support pointers, and an all-null byte string otherwise.

Note:
On platforms where the programming language does not support the pointer datatype, this field is declared as a byte string of the appropriate length.

 

Home