Skip to content

Instantly share code, notes, and snippets.

@tuxmartin
Created September 13, 2019 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuxmartin/d86880b14ef882f447b9b9bcf4d4a764 to your computer and use it in GitHub Desktop.
Save tuxmartin/d86880b14ef882f447b9b9bcf4d4a764 to your computer and use it in GitHub Desktop.
Kompilace Samba 4 na CentOS 7
https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory
yum install perl gcc libacl-devel libblkid-devel gnutls-devel readline-devel python-devel gdb pkgconfig krb5-workstation zlib-devel setroubleshoot-server libaio-devel setroubleshoot-plugins policycoreutils-python libsemanage-python setools-libs-python setools-libs popt-devel libpcap-devel sqlite-devel libidn-devel libxml2-devel libacl-devel libsepol-devel libattr-devel keyutils-libs-devel
cyrus-sasl-devel cups-devel bind-utils libxslt docbook-style-xsl openldap-devel pam-devel bzip2 vim wget openldap-devel openldap-clients nss-pam-ldapd pam-devel net-tools
./configure --enable-debug --enable-selftest --with-ads --with-systemd --with-winbind
make -j
make install
cat /etc/systemd/system/samba.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment