Exam Vault Associate 002 All QuestionsBrowse all questions from this exam
Question 13

Which of the following statements describe the CLI command below?

$ vault login -method=ldap username=mitchellh

    Correct Answer: B

    The CLI command $ vault login -method=ldap username=mitchellh prompts the user to enter the password. This is because the command specifies the LDAP login method and the username, but the password must be entered separately by the user during the login process.

Discussion
daz_rekkaOption: B

As shown here https://developer.hashicorp.com/vault/docs/auth/ldap#authentication you will be prompted to enter the password for mitchellh.