Lines Matching defs:authid
180 char *authid;
217 char *authid;
2269 if (text->authid) utils->free(text->authid);
2301 if (reauth->authid) utils->free(reauth->authid);
2820 text->authid = NULL;
3064 if (text->reauth->e[val].authid &&
3065 !strcmp(username, text->reauth->e[val].authid)) {
3523 text->reauth->e[val].authid = username; username = NULL;
4005 (unsigned char *) oparams->authid,
4007 (char *) oparams->authid,
4016 strcmp(oparams->user, oparams->authid) ?
4031 resplen = strlen(oparams->authid) + strlen("username") + 5;
4037 sprintf(text->out_buf, "username=\"%s\"", oparams->authid);
4046 if (strcmp(oparams->user, oparams->authid)) {
4612 const char *authid = NULL, *userid = NULL, *realm = NULL;
4619 /* try to get the authid */
4620 if (oparams->authid == NULL) {
4621 auth_result = _plug_get_authid(params->utils, &authid, prompt_need);
4738 if (oparams->authid == NULL) {
4740 result = params->canon_user(params->utils->conn, authid, 0,
4746 authid, 0, SASL_CU_AUTHID, oparams);
4811 !strcmp(text->reauth->e[val].authid, oparams->authid)) {
5011 _plug_strdup(params->utils, oparams->authid,
5012 &text->reauth->e[val].authid, NULL);