Searched refs:client_authid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c171 const char *client_authid; member in struct:context
1580 (text->use_authid && text->client_authid == NULL)) {
1584 if (text->use_authid && text->client_authid == NULL) {
1586 &text->client_authid,
1750 name_token.length = strlen(text->client_authid);
1751 name_token.value = (char *)text->client_authid;

Completed in 59 milliseconds