Skip to content

Commit f786eec

Browse files
authored
[docs] Fix typo in Authentication page (#1174)
1 parent 6431dce commit f786eec

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
@@ -59,7 +59,7 @@ This mechanism is based on SASL (Simple Authentication and Security Layer) authe
5959

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

0 commit comments

Comments
 (0)