Distribution-specific Package Installation: Difference between revisions

From SambaWiki
Line 19: Line 19:
* use 3rd-party packages with AD support from a trusted source.
* use 3rd-party packages with AD support from a trusted source.


Note: If you use bind9_dlz, you aso need to install package: dnsutils



== Version 6 ==
== Version 6 ==

Revision as of 09:55, 26 August 2019

Introduction

The following is a distribution-specific list of commands to install Samba.

Note, that the list of commands is neither provided nor actively verified by the Samba team. If you see any missing packages or incorrect package names, please update the command or send the information to the Samba mailing list.



Red Hat Enterprise Linux / CentOS / Scientific Linux

Version 7

# yum install samba

Because of the missing MIT Kerberos support in Samba, you can not use the Samba packages provided by Red Hat Enterprise Linux 7 as a Samba AD DC. As alternative:

  • build Samba. For details, see Build Samba from Source.
  • use 3rd-party packages with AD support from a trusted source.

Note: If you use bind9_dlz, you aso need to install package: dnsutils

Version 6

# yum install samba4

Because of the missing MIT Kerberos support in Samba, you can not use the Samba packages provided by Red Hat Enterprise Linux 7 as a Samba AD DC. As alternative:

  • build Samba. For details, see Build Samba from Source.
  • use 3rd-party packages with AD support from a trusted source.


Debian

# apt-get install samba acl attr winbind libpam-winbind libnss-winbind libpam-krb5 krb5-config krb5-user

Note: For a DC you do not need libpam-winbind libnss-winbind libpam-krb5, unless you require AD users to login

Note2: If you use bind9_dlz, you aso need to install package: dnsutils

Ubuntu

# apt-get install samba acl attr winbind libpam-winbind libnss-winbind libpam-krb5 krb5-config krb5-user

Note: For a DC you do not need libpam-winbind libnss-winbind libpam-krb5, unless you require AD users to login

Note2: If you use bind9_dlz, you aso need to install package: dnsutils

FreeBSD

# pkg install net/samba44

Note: If you want to use the idmap_ad Winbind back end (on e.g. an AD Member Server), you have to build the port by hand and select the EXP_MODULES configuration option!