Posts Tagged ‘RedHat’

Method of Joinig Active Directory from a Linux machine

April 16th, 2010

#net join -w -S -I -U administrator

Now it will ask for Active Directory administrator password

Verifying the Results, we can verify the using

#wbinfo -u
will give all the users in Active Directory
#wbinfo -g
will give all the ou and groups information

Thanks
Pawan Kumar