Lines Matching refs:user
254 const char *user; /* Username for PAP */
443 * database which associates "user" names with authentication
445 * named user would be authenticated by multiple methods. This would
446 * make the user vulnerable to attacks which negotiate the least secure
451 * Instead, for each user name there should be an indication of exactly
452 * one method used to authenticate that user name. If a user needs to
454 * circumstances, then distinct user names SHOULD be employed, each of
457 * Default is none auth type, unset (NULL) user and passwd.
466 void ppp_set_auth(ppp_pcb *pcb, u8_t authtype, const char *user, const char *passwd);