Skip to content

Commit 596aae9

Browse files
Update ldap-authentication.md
1 parent 125720f commit 596aae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ldap-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Install the plugin with the following statements.
114114
=== "Load the SASL-based LDAP authentication plugin"
115115

116116
```{.bash data-prompt="mysql>"}
117-
mysql> INSTALL PLUGIN authentication_ldap_sasl SONAME 'authentication_ldap_sasl.so`;
117+
mysql> INSTALL PLUGIN authentication_ldap_sasl SONAME 'authentication_ldap_sasl.so';
118118
```
119119

120120
To set and persist values at runtime, use the following statements:

0 commit comments

Comments
 (0)