NPKIGetHostServerDN
Gets the DN of the server that is associated with the specified object (that is, reads the eDirectory attribute A_HOST_SERVER of objectDN) (formerly NWPKIGetHostServerDN).
#include "npki.h"
NWRCODE NPKIGetHostServerDN(
const NPKIContext context,
const unicode *objectDN,
unicode const **serverDN);
Returns 0 if successful, or an eDirectory or PKI error code if not successful.
The eDirectory A_HOST_SERVER attribute is used on PKI and Secure Authentication Services (SAS) objects to identify which server hosts the object (or service).