Skip to content

Commit 7dc3e9f

Browse files
gyang94wuchong
authored andcommitted
[docs] Fix typo in Authentication page (#1174)
(cherry picked from commit f786eec)
1 parent ca19481 commit 7dc3e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/security/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This mechanism is based on SASL (Simple Authentication and Security Layer) authe
5757

5858
Here is an example where port 9093 requires SASL/PLAIN authentication for the users "admin" and "fluss":
5959
```yaml title="conf/server.yaml"
60-
# port 9092 use SASL authentication for clients
60+
# port 9093 use SASL authentication for clients
6161
bind.listeners: INTERNAL://localhost:9092, CLIENT://localhost:9093
6262
advertised.listeners: CLIENT://host:9093,
6363
security.protocol.map: CLIENT:SASL, INTERNAL:PLAINTEXT

0 commit comments

Comments
 (0)