IBM SC34-6814-04 Server User Manual


 
ejdn_common_name_ptr
A pointer to the proposed common name of the client, derived from the
username associated with the client’s userid in the external security
manager’s database.
ejdn_common_name_len
A binary fullword containing the length of the client’s common name.
ejdn_title_ptr
A pointer to the proposed title of the client, derived from the title in the
X.509 certificate associated with the CorbaServer.
ejdn_title_len
A binary fullword containing the length of the client’s title.
ejdn_email_address_ptr
A pointer to the proposed e-mail address of the client, derived from the
e-mail address in the (extended) X.509 certificate associated with the
CorbaServer.
ejdn_email_address_len
A binary fullword containing the length of the client’s e-mail address.
ejdn_organizational_unit_ptr
A pointer to the proposed organizational unit of the client, derived from the
organizational unit in the X.509 certificate associated with the CorbaServer.
ejdn_organizational_unit_len
A binary fullword containing the length of the client’s organizational unit.
ejdn_organization_ptr
A pointer to the proposed organization of the client, derived from the
organization in the X.509 certificate associated with the CorbaServer.
ejdn_organization_len
A binary fullword containing the length of the client’s organization.
ejdn_locality_ptr
A pointer to the proposed locality of the client, derived from the locality in
the X.509 certificate associated with the CorbaServer.
ejdn_locality_len
A binary fullword containing the length of the client’s locality.
ejdn_state_or_province_ptr
A pointer to the proposed state or province of the client, derived from the
state or province (if any) in the X.509 certificate associated with the
CorbaServer.
ejdn_state_or_province_len
A binary fullword containing the length of the client’s state or province.
ejdn_country_ptr
A pointer to the proposed country of the client, derived from the country in
the X.509 certificate associated with the CorbaServer.
ejdn_country_len
A binary fullword containing the length of the client’s country.
Note: Each of the character fields pointed to by an ejdn_*_ptr parameter contains
EBCDIC character data terminated by a null character (X'00') to simplify
processing in the C language. If a value for a field is not available, the
corresponding length field (ejdn_*_len) contains zero.
676 Customization Guide