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

/sssd/src/sss_client/
H A Dpam_sss.c180 static int do_pam_conversation(pam_handle_t *pamh, const int msg_style, argument
193 if ((msg_style == PAM_TEXT_INFO || msg_style == PAM_ERROR_MSG) &&
196 if ((msg_style == PAM_PROMPT_ECHO_OFF ||
197 msg_style == PAM_PROMPT_ECHO_ON) &&
200 if (msg_style == PAM_TEXT_INFO || msg_style == PAM_ERROR_MSG) {
202 msg_style == PAM_TEXT_INFO ? "info" : "error",
217 pam_msg->msg_style = msg_style;
[all...]
/sssd/src/providers/proxy/
H A Dproxy_child.c82 switch( msgm[i]->msg_style ) {
99 msgm[i]->msg_style);
133 switch( msgm[i]->msg_style ) {
164 msgm[i]->msg_style);

Completed in 468 milliseconds