ソースを参照

docs: fix feat-13923.en.md

zmstone 1 年間 前
コミット
cd6bb30e01
1 ファイル変更1 行追加1 行削除
  1. 1 1
      changes/ce/feat-13923.en.md

+ 1 - 1
changes/ce/feat-13923.en.md

@@ -3,4 +3,4 @@ Added `zone` to authentication, authorization and mountpoint template.
 Prior to this change, if one wants to use `zone` name in authentication or authorization rules, they would have to use `client_attrs`.
 Prior to this change, if one wants to use `zone` name in authentication or authorization rules, they would have to use `client_attrs`.
 Now `${zone}` can be used directly in authentication and authentication.
 Now `${zone}` can be used directly in authentication and authentication.
 
 
-As an example, here is an ACL rule making use of `zone`: `{allow, all, all, [${zone}/${username}/#]}`.
+As an example, here is an ACL rule making use of `zone`: `{allow, all, all, ["${zone}/${username}/#"]}`.