Linux?
sudo yum update
sudo yum install bind-utils net-tools vim epel-release rsync ntp
net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1
sysctl -p
nmtui
server (ntpサーバーホスト名)
chronyc -a makestep
server ntp.tar3.net
systemctl stop firewalld.service systemctl disable firewalld.service
Enforcing ← SELinux有効
Permissive ← SELinux無効
SELINUX=disabled ← システム起動時にSELinuxを無効化
root: hoge@nifty.com echo test | mail root
yum install mod_ldap -y
AuthzLDAPAuthoritative on
#AuthzLDAPAuthoritative on
systemctl restart httpd