search for: pam_conversation

Displaying 3 results from an estimated 3 matches for "pam_conversation".

2005 Jun 21
1
problem with pam_converse with openssh protocol version 1
Hi, My company decided to implement security restrictions lately and I was to write more strict authorization modules for pam. One of it works asking for some kind of additional security string (for example pin from some kind of token). It is done by pam module, which asks calling application to do conversation for him: prompt_msg.msg_style = PAM_PROMPT_ECHO_OFF;
2004 Feb 27
0
PAM patch for openssh 3.7.1p2
SecureComputing's PAM library doesn't pass back the correct context to the pam_conversation function, i.e. it passes back NULL. So this patch works around this fact. likely you'll only want this hack if you expect to use pam_safeword.so in your authentication check, and only if you run sshd in privilege separation (separate process) mode so that the PAM conversation is single th...
2001 Apr 30
0
Warning messages compiling --with-pam - pampass.c and pass_check.c
...0); 673 #endif /* HAVE_CRYPT */ I changed "ifndef" to "ifdef" and the message went away. In pampass.c, I can't really tell, since I'm not sure what this code section is supposed to do, define a struct? init a struct? both?: 127 128 static struct pam_conv PAM_conversation = { 129 &PAM_conv, 130 NULL 131 }; 132 Can anyone check this and let me know? thanks Dennis