300-300 · Question #57
Given a proper network and name resolution setup, which of the following commands establishes a trust between a FreeIPA domain and an Active Directory domain?
The correct answer is D. ipa trust-add --type ad addom --admin Administrator --password. To establish a trust between a FreeIPA domain and an Active Directory domain, the correct command is ipa trust-add. This command is used to add a trust relationship with an Active Directory (AD) domain. The --type ad specifies the type of the trust, addom is the domain name…
Question
Options
- Atrustmanager add --domain ad://addom --user Administrator -w
- Bipa-ad --add-trust --account ADDOM\Administrator --query-password
- Cnet ad ipajoin addom -U Administrator -p
- Dipa trust-add --type ad addom --admin Administrator --password
- Eipa ad join addom -U Administrator -W
How the community answered
(36 responses)- A3% (1)
- B6% (2)
- C3% (1)
- D81% (29)
- E8% (3)
Explanation
To establish a trust between a FreeIPA domain and an Active Directory domain, the correct command is ipa trust-add. This command is used to add a trust relationship with an Active Directory (AD) domain. The --type ad specifies the type of the trust, addom is the domain name, - -admin Administrator specifies the AD administrator account, and --password prompts for the administrator's password. The complete command looks like this: a trust-add --type ad addom --admin Administrator --password This command will initiate the trust creation process, which involves providing the credentials of the AD administrator.
Topics
Community Discussion
No community discussion yet for this question.