Lightweight Language Lovers

MoinMoin Tips


/!\ Edit conflict - other version:


acl の記述について

「このページを読む権限がありません。」

と表示されるではありませんか。

#acl SomeUser:read,write All: read

となっていて、英文的には問題がないように思われます。 ("SomeUser"のままになっているので、どこかからコピー&ペーストしてきたのでしょう)

しかし、HelpOnAccessControlLists を良く読んでみると

/!\ Do not put whitespace between the name and the rights - All: write,read is not a valid ACL string.

と書かれています。All の後のスペースがいけなかったのですね。


CategoryPython