Skip to main content

Posts

Showing posts from October, 2014

Make CentOS 6.x an AD member of Windows IIS 2012 R2

Making a CentOS 6.x PC a domain member of an active directory is a tiresome work. I came across this painful task for several time and comes in a conclusion that atleast I will make a document which will be helpful to me in near future. On the meantime if anybody take this step for their use, I wouldn't mind. So I will go to the task step now -- i) First of all we need some basic (latest) software for making this task possible. They are -- 1. Samba 2. Samba-client 3. Samba-winbind 4. Krb5-workstation 5. Policycoreutils-python command for the task on console -- yum install -y ntpdate samba samba-client samba-winbind krb5-workstation policycoreutils-python   ii) Now it's time to make the windows active directory reachable from the centos PC. For that we need to add the active directory FQDN and IP address on resolv.conf So do it by opening file  /etc/resolv.conf and add the following --     domain ad.local     nameserver...