>>>>> "Martin" == Martin P Hellwig <[EMAIL PROTECTED]> writes:

> Now according to OpenPAM documentation all sessions start with pam_start().
> According to the man page it should contain this:
> pam_start(const char *service, const char *user,
>        const struct pam_conv *pam_conv, pam_handle_t **pamh)

Note that pam_conv is a structure. Passing a string 'PAM_PROMPT_ECHO_ON' and
not passing a pointer for getting the pam_handle_t are both candidates to
cause a crash. 

Ganesan

-- 
Ganesan Rajagopal

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to