1<WizardSection
2  @headerText="LDAP"
3  @headerIcon="ldap"
4  @docText="Docs: LDAP Authentication"
5  @docPath="/docs/auth/ldap.html"
6>
7  <p>
8    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.
9  </p>
10</WizardSection>
11