Created
September 13, 2019 08:05
-
-
Save tuxmartin/d86880b14ef882f447b9b9bcf4d4a764 to your computer and use it in GitHub Desktop.
Kompilace Samba 4 na CentOS 7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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