Which of the following statements describe the CLI command below?
$ vault login -method=ldap username=mitchellh
Which of the following statements describe the CLI command below?
$ vault login -method=ldap username=mitchellh
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.
As shown here https://developer.hashicorp.com/vault/docs/auth/ldap#authentication you will be prompted to enter the password for mitchellh.