This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 36 lines
!!! Overview
!! [net ads] join
The [Samba Project|http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/domain-member.html|target='_blank'] provides this utility to create the [Keytab] and join a Windows Domain:
{{{
net ads join -k createcomputer=Servers/UNIX -U unixadmin@YOURDOMAIN.NET
}}}
{{{
net ads keytab create -U domainadminuser
}}}
!! Testing the domain join
The next few commands are ways to verify you successfully joined the AD. The output below the commands is an example of what you should see.
{{{
$ net ads info
LDAP server: 10.1.0.1
LDAP server name: kdc1.domain.com
Realm: DOMAIN.COM
Bind Path: dc=DOMAIN,dc=COM
LDAP port: 389
Server time: Wed, 25 May 2011 12:05:17 CDT
KDC server: 10.1.0.1
Server time offset: 0
}}}
{{{
$ net ads testjoin
Join is OK
}}}
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]