--- Scott Wrosch <[EMAIL PROTECTED]> wrote: > 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 > > Here's a quick quote from the manual: > > > "You will need a PAM module to use winbindd with > these other services. > This module will be compiled in the > ../source/nsswitch directory by > invoking the command > > root# make nsswitch/pam_winbind.so > > from the ../source directory. The pam_winbind.so > file should be copied > to the location of your other pam security modules. > On Linux and Solaris > systems, this is the /lib/security directory." > > > As far as I can tell, I'm doing something wrong, but > maybe not. Can > anyone offer some advise? > > Oh, btw, this is a RedHat 7.3 box that I'm trying to > get all this > configured on. Same with the other successful one > that I have running.
You'd follow these instructions if you were compiling from source. Samba 2.2.7a can be installed on RedHat 7.3 using RPMs from Samba's FTP site. Once installed, make sure you have the library: [supcd@hjx-app-01 supcd]$ ls -l /lib/security/pam_winbind.so -rwxr-xr-x 1 root root 17148 01-27 17:26 /lib/security/pam_winbind.so Good luck, /dev/idal __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
