RackTablesで特定のユーザについて機能制限したい場合の書き方がわかったのでメモ
Configuration : Permissionsに下記のように指定する
allow {$username_guest} and {$tab_default} and {$page_index}
allow {$username_guest} and {$tab_default} and {$page_search}
allow {$username_guest} and {$tab_default} and {$page_ipv4space}
allow {$username_guest} and {$tab_default} and {$page_ipv4net}
allow {$username_guest} and {$tab_default} and {$page_ipaddress}
-
$username_guestはユーザ名がguestのユーザ -
$tab_defaultは各ページのdefault(通常はBrowseで表示) だけ -
$page_indexはログイン直後のページ -
$page_searchは検索結果ページ -
$page_ipv4spaceはIPv4一覧ページ -
$page_ipv4netはIPv4のプレフィックス単位のページ -
$page_ipaddressはIPアドレス個別のページ
検索結果等に他機能のページへのリンクが表示されるが、そのリンクをたどるとアクセス不許可のページが表示される。