FTP
yum install vsftpd
firewallcmd –permanent –add-service=ftp
systemctl enable vsftpd
systemctl start vsftpd
NTP
yum install ntp
systemctl enable ntpd
systemctl start ntpd
OpenLDAP
yum install openldap openldap-clients nss-pam-ldapd authconfig
authconfig –enableldap –enableldapauth –ldapserver=ldap://ldap.server.com –ldapbasedn=”dc=example,dc=com” –update
NFS
yum install nfs-utils
SAMBA
yum install cifs-utils samba-client
AutoFS
yum install autofs
Advertisements