If initially GUI was not installed but is wanted, run:
yum groupinstall Desktopyum install xorg-x11-server-XorgSome other tools might be handy:
wgetvimman fileunzipConfigure network interface(s):
/etc/sysconfig/network-scripts/ifcfg-eth* or system-config-networkFor LDAP setup:
Make a host name for the LDAP server in
/etc/hosts (IMPORTANT: using direct IP might fail to reach the LDAP server!)Get CA certificate from the LDAP server:
/etc/openldap/cacerts/cacert.pem and put it in the client's same place.Install packages:
Configure authentication byopenldap-clientsnss-pam-ldapd(nss_ldapin CentOS 5)
authconfig --enableldap --enableldapauth --enableldaptls --enablemkhomedir --ldapserver=ldap1.example.com,ldap2.example.com --ldapbasedn="dc=example,dc=com" --updateRef: 1 2 3
No comments:
Post a Comment