mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-21 18:51:41 +01:00
Mention delegating change password privs in ad docs
This commit is contained in:
parent
9bed291ce7
commit
73e8031d35
@ -88,8 +88,10 @@ to generate passwords:
|
||||
userdn='dc=example,dc=com'
|
||||
```
|
||||
|
||||
The `$USERNAME` and `$PASSWORD` given must be of a high enough access level that
|
||||
they can be used for modifying passwords. Typically, this will be a domain admin.
|
||||
The `$USERNAME` and `$PASSWORD` given must have access to modify passwords
|
||||
for the given account. It is possible to delegate access to change
|
||||
passwords for these accounts to the one Vault is in control of, and this is
|
||||
usually the highest-security solution.
|
||||
|
||||
If you'd like to do a quick, insecure evaluation, also set `insecure_tls` to true. However, this is NOT RECOMMENDED
|
||||
in a production environment. In production, we recommend `insecure_tls` is false (its default) and is used with a valid
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user