← Back to team overview

enterprise-support team mailing list archive

Re: [Question #193733]: libnss_winbind not included in Samba4 package

 

Question #193733 on samba4 in Ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/samba4/+question/193733

jack austin posted a new comment:
In recent versions of Samba, the NSS library module is called
"libnss_winbind.so" and is typically provided by the package "samba-
common-bin." However, it's important to note that the specific package
and library names can vary depending on the Linux distribution and the
version of Samba.

To resolve UIDs and GIDs using winbind, you may need to ensure that you
have the following packages installed:

samba
samba-common
samba-common-bin
winbind
You can use the package manager for your Ubuntu Server version (11.10) to install or update these packages. The package manager can be accessed using commands such as apt, apt-get, or aptitude. For example, you can try running the following command:

arduino
Copy code
sudo apt-get install samba samba-common samba-common-bin winbind
Please note that the Samba version you mentioned (4.0.0alpha17) is quite old, and it's highly recommended to use a more recent and stable version of Samba for better security and performance of https://naturadiance.com/. You might consider upgrading your Ubuntu Server to a newer release to get access to more recent Samba versions and updated packages.

Additionally, I encourage you to consult the official documentation,
forums, or support channels specific to Samba and Ubuntu for the most
up-to-date and accurate information regarding package availability and
compatibility.

-- 
You received this question notification because your team Ubuntu
Server/Client Support Team is an answer contact for samba4 in Ubuntu.