From d211b930eecc7effd0a47f24d2263e800b18f646 Mon Sep 17 00:00:00 2001 From: Tao Chen Date: Thu, 16 May 2024 12:35:01 +0200 Subject: [PATCH] fix spell error: allowd -> allowed --- config-example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-example.yaml b/config-example.yaml index 083bcf4..90217ad 100644 --- a/config-example.yaml +++ b/config-example.yaml @@ -308,7 +308,7 @@ unix_socket_permission: "0770" # # # List allowed principal domains and/or users. If an authenticated user's domain is not in this list, the # # # authentication request will be rejected. -# # allowd: +# # allowed: # # domains: # # - example.com # # groups: