This is what I have for Session Accounting on my Solaris-7 system.

#
# Session management
#
imap    session required        /usr/lib/security/pam_sample.so.1
pop3    session required        /usr/lib/security/pam_sample.so.1

If you search the archive you will find a complete configuration for
pam.conf for use with Courier-IMAP.

I can't remember how long ago it was I posted it!.

Cheers,

Larry.

----- Original Message -----
From: "Matthew Schumacher" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 14, 2001 7:32 AM
Subject: [courier-users] auth problems on solaris


> Ok,
>
> I built and installed the courier imap server on solaris 8 but I can't
> get it to authenticate a user.  I didn't see that authpwd or authshadow
> was built, so I am assuming that the configure script decided that it
> was not needed because it found the solaris pam header files.
>
> Anyway, does anyone have an example pam configuration for solaris?
>
> I saw this in the readme file:
>
> imap  auth    required        pam_unix.so      try_first_pass
> imap  account required        pam_unix.so
> imap  session required        pam_permit.so
>
> but solaris doesn't have a pam_permit.so
>
> I tried this:
>
> imap  auth    required  /usr/lib/security/$ISA/pam_unix.so.1
> try_first_pass
> imap  account required  /usr/lib/security/$ISA/pam_unix.so.1
>
> but it didn't work.
>
> The readme file says not to throw in the towel and run authpwd, but I am
> very close....
>
> thanks,
>
> schu
>
>
> _______________________________________________
> courier-users mailing list
> [EMAIL PROTECTED]
> Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
>
>


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to