open-vault/ui/app/templates/components/wizard/ad-engine.hbs

12 lines
367 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardSection
@headerText="Active Directory"
@headerIcon="azure"
2018-08-28 05:03:55 +00:00
@docText="Docs: Active Directory Secrets"
@docPath="/docs/secrets/ad/index.html"
>
<p>
2019-03-29 23:40:12 +00:00
The AD Secrets Engine rotates AD passwords dynamically, and is designed for
2018-08-28 05:03:55 +00:00
a high-load environment where many instances may be accessing a shared password simultaneously.
</p>
</WizardSection>