[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: pam_mkhomedir - imap/pop3
- From: Mike Gerdts <Michael Gerdts usa alcatel com>
- To: pam-list redhat com
- Subject: Re: pam_mkhomedir - imap/pop3
- Date: 31 Jan 2002 14:09:00 -0500
On Thu, 2002-01-31 at 13:33, Terry Davis wrote:
> Well, I am still stumped on this. Is it up to the server to call
> certain aspects of pam? Like, is it possible that uw-imapd is simply
> ignoring what pam is saying about pam_mkhomedir? I would really
> appreciate any help on this matter.
>
> Thank you!
A quick look at pam_mkhomedir shows:
% nm pam_mkhomedir.so | grep pam_sm
00001500 T pam_sm_close_session
00001410 T pam_sm_open_session
A quick look at the imapd source (from pine4.33) shows:
% find imap -name \*.c | xargs grep pam_open
<no output>
Since imapd never calls pam_open_session(), libpam never calls
pam_sm_open_session(), and as such pam_mkhomedir is never called.
Mike
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]