<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I'm trying to understand how cyrus-sasl interacts with PAM.&nbsp; I'm
working on a PAM module that needs to read the password given to SASL.&nbsp;
I can read the username fine using
pam_get_item(pam-&gt;ptr,PAM_USER,&amp;c_item), but when I try it with
PAM_AUTHTOK my c_item is still null...&nbsp; So before I get too deep I want
to make sure that what I'm trying to get even exists.<br>
<br>
Once cyrus-sasl has the password, does it set PAM_AUTHTOK?<br>
<br>
Thanks,<br>
-David<br>
<br>
<br>
<div class="moz-signature">-- <br>
<font face="Helvetica, Arial, sans-serif" size="-1">David van Geest<br>
Software Engineer<br>
<a href="http://www.spindance.com">SpinDance, Inc.</a></font>
</div>
</body>
</html>