Samba
Samba
Samba
https://www.howtoforge.com/tutorial/samba-4-domain-controller-installation-on-
centos/
Step7: Now download samba4 package . I use samba-4.10.4 which is latest during this
setup.
wget https://download.samba.org/pub/samba/stable/samba-4.10.4.tar.gz
Realm[LEMPEPL.LAN]:
Domain[LEMPEPL]:
Server Role (dc, member, standalone) [dc]: dc
DNS backend (SAMBA_INTERNAL, BIND9_FLATFILE, BIND9_DLZ, NONE)
[SAMBA_INTERNAL]: SAMBA_INTERNAL
DNS forwarder IP address (write 'none' to disable forwarding) [4.2.2.1]:
Administrator password:
Retype password:
Looking up IPv4 addresses
Looking up IPv6 addresses
No IPv6 address will be assigned
includedir /etc/krb5.conf.d/
Repeat the Step 9: Run the domain provisioning again and now the domain will get
created without errors.
[Service]
Type=forking
PIDFile=/usr/local/samba/var/run/samba.pid
ExecStart=/usr/local/samba/sbin/samba
[Install]
WantedBy=multi-user.target
Next
systemctl enable samba
Next
systemctl start samba