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

/osnet-11/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c170 const char *client_authid; member in struct:context
1585 (text->use_authid && text->client_authid == NULL)) {
1589 if (text->use_authid && text->client_authid == NULL) {
1591 &text->client_authid,
1755 name_token.length = strlen(text->client_authid);
1756 name_token.value = (char *)text->client_authid;

Completed in 215 milliseconds