john
2010-Aug-28 22:23 UTC
[Samba] Solved: but with question remaining was Re: Help needed: Ubuntu 8.04/Winbind broken under Windows 2008R2 PDC
Hi all, To answer my own question: On Fri, Aug 27, 2010 at 5:01 PM, john <lists.john at gmail.com> wrote:> I am running 3 ubuntu 8.04 LTSP servers that use Active Directory via > winbind for authentication. We've recently upgraded the Domain > Controllers to > Windows 2008 R2 and now domain users can't log in to these linux boxes.Compiling the latest samba was indeed the way to go. I'd made an error editing /etc/nsswitch.conf which I didn't catch before. I do have a question though... Which files from: samba-3.5.4/nsswitch/ need to end up in /lib ? And which need symlinks? I just ended up copying /nsswitch/lib* across and then doing ln -s libnss_winbind.so libnss_winbind.so.2 ln -s libnss_wins.so libnss_wins.so.2 Thanks for your advice! john