nerdexam
CompTIA

LX0-104 · Question #613

The SAMBADOM domain has been added as a trusted account to an existing domain called WIN3K. Which command should be run on the Samba server in order to establish the trusted relationship to the WIN3K

The correct answer is C. net rpc trustdom establish WIN3K. To establish a trust relationship with an existing domain on a Samba server, the net rpc trustdom establish command is used, specifying the target domain.

Administrative Tasks

Question

The SAMBADOM domain has been added as a trusted account to an existing domain called WIN3K. Which command should be run on the Samba server in order to establish the trusted relationship to the WIN3K domain?

Options

  • Anet rpc trustdom add WIN3K
  • Bnet rpc addtrust WIN3K
  • Cnet rpc trustdom establish WIN3K
  • Dnet rpc trustdom establish SAMBA

How the community answered

(20 responses)
  • B
    5% (1)
  • C
    95% (19)

Why each option

To establish a trust relationship with an existing domain on a Samba server, the `net rpc trustdom establish` command is used, specifying the target domain.

Anet rpc trustdom add WIN3K

`net rpc trustdom add` is not the correct command for establishing an existing trust relationship; `establish` is the correct verb.

Bnet rpc addtrust WIN3K

`net rpc addtrust` is not a standard or correct command syntax for establishing trust relationships in Samba.

Cnet rpc trustdom establish WIN3KCorrect

The `net rpc trustdom establish` command is specifically designed to establish a trust relationship with a specified external domain, in this case, `WIN3K`. This command initiates the necessary RPC calls to the target domain controller to set up the secure channel required for trust.

Dnet rpc trustdom establish SAMBA

`net rpc trustdom establish SAMBA` would attempt to establish trust with the local Samba domain itself, which is not the goal; the command needs to specify the *trusted* domain (`WIN3K`).

Concept tested: Samba domain trust establishment

Source: https://www.samba.org/samba/docs/current/manpages/net.8.html

Topics

#Samba domain trust#net rpc#trustdom#domain integration

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice