Got it working. The issue was in my /etc/pam_smb.conf I have my domain and server specified like I was required. And in my smb.conf file I also have the correct netbios name specified but for some reason it wasn't working correctly. I ended up adding my machine to the /etc/samba/lmhosts file and it worked great after that.
Thanks for the help, Keith On Wed, 2002-06-19 at 04:50, Matthew Kolb wrote: > On Tuesday, June 18, 2002, at 06:55 PM, Keith Pettit wrote: > > > Pam problems. POP/IMAP/ESMTP all work great. But I'm having problems > > with pam. It's the only option I have listed in /etc/authdaemonrc but > > it's not even trying to use pam. > > > > I remove /etc/pam.d/imap pop3 esmtp and everyting still work off of my > > passwd and shadow files. I don't know what to do to test to see if > > courier is even trying to do pam authentication. > > > > 10 to 1 you have a file /etc/pam.d/other that looks something like this: > auth required pam_unix.so try_first_pass > > pam generally has a default mechanism specified, if it doesn't know what > to use for authentication. i'm not sure what your goal is, but instead > of removing your pam imap/pop3/esmtp files try changing them to use > something other than pam_unix.so (something like pam_kerberosIV.so) > > (of course, all this is assuming that you built courier properly to > enable pam) > > > Also is there a searchable mail acrhive out there? It would save alot > > of time to read though some previous posts on some issues. > > > > http://sourceforge.net/mailarchive/forum.php?forum_id=6705 > > ./muk > > -- > m. kolb <[EMAIL PROTECTED]> > > > ---------------------------------------------------------------------------- > Bringing you mounds of caffeinated joy > >>> http://thinkgeek.com/sf <<< > > _______________________________________________ > courier-users mailing list > [EMAIL PROTECTED] > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
