mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 12:07:02 +02:00
11 lines
402 B
Handlebars
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>
|