Lines Matching full:user_name
1139 strncpy(ac->user_name, dl->peer.authname, sizeof ac->user_name);1140 ac->user_name[AUTHLEN-1] = '\0';1155 if (rad_put_string(r->cx.rad, RAD_USER_NAME, ac->user_name) != 0 ||