Skip to content

Conversation

@cbiguet
Copy link
Contributor

@cbiguet cbiguet commented Nov 18, 2025

The LDAP auth method docs were erroneously stating anonymous search required the deny_null_bind parameter to be set to false. This PR removes mention of this parameter and clarifies the options for resolving the DN of the login user.

@cbiguet cbiguet requested a review from a team as a code owner November 18, 2025 22:12
@github-actions github-actions bot added the Vault Content update for Vault product docs label Nov 18, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 18, 2025

Vercel Previews Deployed

Name Status Preview Updated (UTC)
Dev Portal ✅ Ready (Inspect) Visit Preview Tue Nov 18 23:45:44 UTC 2025
Unified Docs API ✅ Ready (Inspect) Visit Preview Tue Nov 18 23:38:43 UTC 2025

In order for `userfilter` to apply for authenticated searches, `binddn` and `bindpass` must be set.
For anonymous search, `discoverdn` must be set to `true`, and `deny_null_bind` must be set to false.
The LDAP auth method supports the following methods for resolving the user object used to authenticate the end user:
- **Search** - Searches the LDAP server directory for the user object based on the provided username. This search can performed in one of two ways:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **Search** - Searches the LDAP server directory for the user object based on the provided username. This search can performed in one of two ways:
- **Search** - Searches the LDAP server directory for the user object based on the provided username. You can search in two ways:

Style correction: avoid "this" as a pronoun

In order for `userfilter` to apply for authenticated searches, `binddn` and `bindpass` must be set.
For anonymous search, `discoverdn` must be set to `true`, and `deny_null_bind` must be set to false.
The LDAP auth method supports the following methods for resolving the user object used to authenticate the end user:
- **Search** - Searches the LDAP server directory for the user object based on the provided username. This search can performed in one of two ways:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **Search** - Searches the LDAP server directory for the user object based on the provided username. This search can performed in one of two ways:
- **Search** - Searches the LDAP server directory for the user object based on the provided username. You can search in two ways:

Edited to match

In order for `userfilter` to apply for authenticated searches, `binddn` and `bindpass` must be set.
For anonymous search, `discoverdn` must be set to `true`, and `deny_null_bind` must be set to false.
The LDAP auth method supports the following methods for resolving the user object used to authenticate the end user:
- **Search** - Searches the LDAP server directory for the user object based on the provided username. This search can performed in one of two ways:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **Search** - Searches the LDAP server directory for the user object based on the provided username. This search can performed in one of two ways:
- **Search** - Searches the LDAP server directory for the user object based on the provided username. You can search in two ways:

Edited to match

In order for `userfilter` to apply for authenticated searches, `binddn` and `bindpass` must be set.
For anonymous search, `discoverdn` must be set to `true`, and `deny_null_bind` must be set to false.
The LDAP auth method supports the following methods for resolving the user object used to authenticate the end user:
- **Search** - Searches the LDAP server directory for the user object based on the provided username. This search can performed in one of two ways:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **Search** - Searches the LDAP server directory for the user object based on the provided username. This search can performed in one of two ways:
- **Search** - Searches the LDAP server directory for the user object based on the provided username. You can search in two ways:

Edited to match

@github-actions
Copy link
Contributor

github-actions bot commented Nov 18, 2025

Broken Link Checker

No broken links found! 🎉

@cbiguet cbiguet merged commit 5b6fb1a into vault/202511 Nov 18, 2025
13 checks passed
@cbiguet cbiguet deleted the VAULT-40749/ldap-anonymous-search branch November 18, 2025 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Vault Content update for Vault product docs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants