Lines Matching refs:use_authid
135 int use_authid;
1515 const char *use_authid = NULL;
1541 "GSSAPI", "use_authid", &use_authid, NULL);
1542 text->use_authid = (use_authid != NULL) &&
1543 (*use_authid == 'y' || *use_authid == 'Y' || *use_authid == '1');
1585 (text->use_authid && text->client_authid == NULL)) {
1589 if (text->use_authid && text->client_authid == NULL) {
1751 if (text->use_authid && text->client_creds == GSS_C_NO_CREDENTIAL) {