Link to home
Start Free TrialLog in
Avatar of JATENDER1979
JATENDER1979

asked on

joining RHEl5 machine to domain

HI all ,
            I have RHEL5 as OS. My active directory is in Windows 2008 server.
I want to join my linux mcahine to domain.
kinldy tell me step by step .
any help will be appreciable
jatender
ASKER CERTIFIED SOLUTION
Avatar of fosiul01
fosiul01
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JATENDER1979
JATENDER1979

ASKER

fosiul01:

I run the command
kinit administrator@abc.dyd.ac.in
it runs fine
but when i configure smb.conf and restarted it and then run the command
# net ads join -U administrator@abc.dyd.ac.in
it asks for password when i put the password then it gives the message
Failed to join domain: Improperly formed account name
any help
When you are runnign this

net ads join -U administrator@abc.dyd.ac.in

at that time, smb service is running or stop ??

make sure its stop,
it is running
what i think the versio of samba is 3.0 with me i have to update it but i am not sure from whre to get it as i have RHEL5 with only one license and i have renewed it .
i downloaded samba-common3-3 rpm but it did work as i was for fedora11
i thi nk for rehel5 , paid service, its "up2date" command

Before applying this article to your production server, you should test it in a development box such as Vmware ...
also you need to execute this command

net ads join -U administrator@abc.dyd.ac.in

while Samba service is not running
fosiul01:

I run the command
#kinit administrator@abc.com
it runs
then i run
# net ads join -U administrator@abc.com
it also joins to the domain.
now how should i confirm it.
with an example.
how the domain user is going to use it

any help