open-vault/ui/app/templates/components/wizard/ldap-method.hbs
Matthew Irish 0ccc8467ec
UI ember engines (#6718)
Adds replication engine and core in-repo addon
2019-05-13 14:05:25 -05:00

11 lines
402 B
Handlebars

<WizardSection
@headerText="LDAP"
@headerIcon="ldap"
@docText="Docs: LDAP Authentication"
@docPath="/docs/auth/ldap.html"
>
<p>
The LDAP Auth Method allows authentication using an existing LDAP server and user/password credentials. This allows Vault to be integrated into environments using LDAP without duplicating the user/pass configuration in multiple places.
</p>
</WizardSection>