Skip to content

Commit c64dfe4

Browse files
committed
data/settings: Add acl_dict_index
1 parent 94e5054 commit c64dfe4

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

data/settings.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1749,6 +1749,18 @@ Specifies identity to match. See [[link,acl_file_format]] for values. The
17491749
[[setting,acl]] filter name refers to this setting.`
17501750
},
17511751

1752+
acl_dict_index: {
1753+
added: {
1754+
acl_dict_index_added: false,
1755+
},
1756+
plugin: 'acl',
1757+
default: 'no',
1758+
values: setting_types.BOOLEAN,
1759+
text: `
1760+
Should ACL dict updates assume that there is a reverse lookup index. This
1761+
should be used with SQL/CQL based dicts.`
1762+
},
1763+
17521764
acl_rights: {
17531765
added: {
17541766
settings_acl_global_settings_added: false,

data/updates.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const updates = {
1111

1212
/* Tags used in pages. */
1313

14+
acl_dict_index_added: '2.4.2',
1415
argon_2i_schemes: '2.4.0',
1516
argon2_password_scheme_added: '2.4.0',
1617
auth_mechanism_scram_sha_added: '2.4.0',

0 commit comments

Comments
 (0)