nerdexam
LPI

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…

300.3 Identity Management

Question

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?

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)
  • A
    3% (1)
  • B
    6% (2)
  • C
    3% (1)
  • D
    81% (29)
  • E
    8% (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

#FreeIPA#AD trust#ipa trust-add#identity management

Community Discussion

No community discussion yet for this question.

Full 300-300 Practice