Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auth, variables: add description about ldap authentication #13501

Merged
merged 9 commits into from
May 24, 2023
Prev Previous commit
Update system-variables.md
Co-authored-by: Grace Cai <qqzczy@126.com>
  • Loading branch information
ran-huang and qiancai committed May 24, 2023
commit ef245c061ca44eb79393066bbb093dfe45693e02
2 changes: 1 addition & 1 deletion system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ SET GLOBAL tidb_distsql_scan_concurrency = 10;
- Persists to cluster: Yes
- Type: String
- Default value: ""
- For LDAP SASL authentication, this variable specifies the `dn` used to login to the LDAP server to search users.
- For LDAP SASL authentication, this variable specifies the `dn` used to log in to the LDAP server to search users.

### authentication_ldap_sasl_bind_root_pwd <span class="version-mark">New in v7.1.0</span>

Expand Down