I've been trying to figure it out but I can't so I'll just ask. Which links are you referring to and are these the links on the DC or the member? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In all things, Be Intentional. On Wed, Oct 13, 2021 at 5:06 AM Rowland Penny via samba < samba at lists.samba.org> wrote:> On Tue, 2021-10-12 at 22:15 -0400, Rob Campbell wrote: > > > Are the winbind links set up correctly and is 'winbind' set on the > > 'passwd' & 'group' lines in /etc/nsswitch.conf ? > > > > I didn't compile winbind so I didn't think I needed to do any > > symlinks but this is what it is: > > la /usr/lib64/libnss_winbind.so /usr/lib64/libnss_winbind.so.2 > > lrwxrwxrwx. 1 root root 19 Aug 25 11:35 /usr/lib64/libnss_winbind.so > > -> libnss_winbind.so.2 > > -rwxr-xr-x. 1 root root 16K Aug 25 11:35 > > /usr/lib64/libnss_winbind.so.2 > > > > In which case, you need to install the distro package that contains the > links. > > Rowland > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
Not sure why no one has mentioned this, but if you have an Debian/Ubuntu machine, perhaps you could try Louis's unofficial PPA? http://apt.van-belle.nl/ He seems to have a lot of versions available, and that should be easier than compiling from source. On 10/13/21 10:10, Rob Campbell via samba wrote:> I've been trying to figure it out but I can't so I'll just ask. Which > links are you referring to and are these the links on the DC or the member? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > In all things, Be Intentional. > > > On Wed, Oct 13, 2021 at 5:06 AM Rowland Penny via samba < > samba at lists.samba.org> wrote: > >> On Tue, 2021-10-12 at 22:15 -0400, Rob Campbell wrote: >>>> Are the winbind links set up correctly and is 'winbind' set on the >>> 'passwd' & 'group' lines in /etc/nsswitch.conf ? >>> >>> I didn't compile winbind so I didn't think I needed to do any >>> symlinks but this is what it is: >>> la /usr/lib64/libnss_winbind.so /usr/lib64/libnss_winbind.so.2 >>> lrwxrwxrwx. 1 root root 19 Aug 25 11:35 /usr/lib64/libnss_winbind.so >>> -> libnss_winbind.so.2 >>> -rwxr-xr-x. 1 root root 16K Aug 25 11:35 >>> /usr/lib64/libnss_winbind.so.2 >>> >> >> In which case, you need to install the distro package that contains the >> links. >> >> Rowland >> >> >> >> -- >> To unsubscribe from this list go to the following URL and read the >> instructions: https://lists.samba.org/mailman/options/samba >>
On Wed, 2021-10-13 at 11:10 -0400, Rob Campbell wrote:> I've been trying to figure it out but I can't so I'll just ask. > Which links are you referring to and are these the links on the DC or > the member? >If you are using distro packages, then there will a package that contains the libnss winbind links, on fedora, I think it is samba- winbind-clients. You will then need to tell fedora to use these links, at one time 'authselect select winbind' would do this, but times change. You need to do this on any Unix machines you want 'getent' to show your users and groups. Rowland