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.
Question
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)- B5% (1)
- C95% (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.
`net rpc trustdom add` is not the correct command for establishing an existing trust relationship; `establish` is the correct verb.
`net rpc addtrust` is not a standard or correct command syntax for establishing trust relationships in Samba.
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.
`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
Community Discussion
No community discussion yet for this question.