> -----Original Message----- > From: Scott Wrosch [mailto:[EMAIL PROTECTED]]
> When I did the other box, I did a binary distribution, so the file had > apparently already existed. In following the instructions in > the above > link, this command doesn't seem to do anything: > > root# make nsswitch/pam_winbind.so Scott, look in the nsswitch subdirectory of your samba source directory and see if pam_winbind.so is there. If it is, you just have to copy it to /lib/secure/ with the other pam libraries. You'll also need to copy libnss_winbind.so to your /lib directory and make a softlink to libnss_winbind.so.2. None of these steps are done for you by 'make install'. If this doesn't help, maybe I've misunderstood your problem. I think the reason 'make nsswitch/pam_winbind.so' isn't doing anything is because the file's already been built, though. The regular 'make' routine seems to do this automatically. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
