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