LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to join centos 6.2 to windows domain controller? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-join-centos-6-2-to-windows-domain-controller-939221/)

puneetv 04-11-2012 02:11 AM

How to join centos 6.2 to windows domain controller?
 
Not able to join my centos machine to windows domain controller//

linuxlover.chaitanya 04-11-2012 02:16 AM

Your post does not give any information about your issue. Please give some detailed information. How did you try to attach it to your AD? Did you properly configure your SAMBA and Kerberos? What is your SAMBA configuration? Can you show us? Did you try to google for the information? It is available in plenty.

puneetv 04-11-2012 06:52 AM

Ya..i modified kerberos conf and samba conf and also modified pam settings.

While doing kinit user@domain.com it ask for password and when entering password it gives "kinit: KDC reply did not match expectations while getting initial credentials"

and uses this link for modification through google..."http://ubuntuforums.org/archive/index.php/t-91510.html"

linuxlover.chaitanya 04-11-2012 07:36 AM

Can you show your kerberos configuration? and Samba configuration?

puneetv 04-11-2012 07:41 AM

Done it now...its coming becoz i entered domain name in small letters in kerberos config file...

can you guide me little bit about installation of software facing problems while doing becoz every software rpm package have lot of dependencies issues and while trying to download its dependencies e.g lib files they also have its dependencies....is this problem with centos?
or any other solution for making installation easy....


and thanks for replying....

linuxlover.chaitanya 04-11-2012 09:22 AM

There's something called package manager in Linux. It is used to download and install software and its dependencies automatically. In Cent OS, the package manager is called yum. You can install package in Cent OS like
Code:

yum install <package-name>
For example if you want to install mysql server

Code:

yum install mysql-server
This will install mysql server and all the dependency packages. You would normally need to be connected to internet to do this.

puneetv 04-12-2012 12:35 AM

hi.....stil having problem...:(

[root@linux home]# net ads join -U puneet@SERVER.COM
Password:
joined to SERVER.COM

then after logging out not able to login through domain account.

Authentication failure comes up.


All times are GMT -5. The time now is 10:47 PM.