Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeCRL committed Nov 6, 2024
1 parent 6f1dcab commit 73931fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/current/v24.3/security-reference/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Each rule definition contains up to 6 values.
- `cert-password`: user may authenticate with either a certificate or a password. Additionally, the server may use a [SCRAM]({% link {{ page.version.version }}/security-reference/scram-authentication.md %}) exchange, if the cluster setting `server.user_login.cert_password_method.auto_scram_promotion.enabled` is set to `true`.
- `cert-scram-sha-25`: user may authenticate with either a certificate or a [SCRAM]({% link {{ page.version.version }}/security-reference/scram-authentication.md %}) exchange.
- `gss`: user may authenticate with a GSSAPI token.
- `ldap`: user may authenticate using [LDAP](ldap.html) or Active Directory servers.
- `ldap`: user may authenticate using [LDAP]({% link {{ page.version.version }}/ldap.md %}) or Active Directory servers.
- `reject`: server unconditionally rejects connection without performing authentication.
- `trust`: server unconditionally allows connection without performing authentication.

Expand Down

0 comments on commit 73931fe

Please sign in to comment.