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

Reply via email to