Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

samba 3 and Active Directory

Status
Not open for further replies.

victorv

Vendor
Aug 20, 2002
862
IT
hi,
Is it necessary the "ADS support compilation" for Samba 3.x.x if I just need to join Linux Server in a AD Domain as member server, without elect Samba server as a Domain Controller ?

bye
victor
 
I think you can just run netjoin from the command line to have your server be listed in AD.

If you are not using the samba server as a DC, what would be the benefit of joining it to AD? Tracking purposes?

I used samba integrated to AD to be able to pull user and group rights down into the samba server for authentication and file management of the file server via AD.

Gb0mb

........99.9% User Error........
 
hi Gb0mb,
the scope to join a Samba server in a Windows Domain is
for authentication. The user has to exist in Unix users
(/etc/passwd) and then in samba user list (using command smbpasswd -a <username>). However you have to do this operation also if server is joined.

What you avoid to do (for the user) if the server is joined, is tha the user has not to change his samba password(using command) smbpasswd when he changes password at windows level, becouse Samba server checks the couple user/password on the "Windows Password Server",
typically the DC of Windows Domain.

In Samba 3 exist commands
"net join"
and
"net ads join"

What I need to know is the difference between these commands:

"net ads join" is used to join Samba server to AD domain (and "net join" to join to a NT4 domain)

OR

"net ads join" is used to promote the samba server as DC (and "net join" to join as member server in any Windows Domain)

?????


bye
victor
 
I used the net ads join command for my samba server. It did not cause it to be seen as a DC in AD.

Gb0mb

........99.9% User Error........
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top