1
Regex-based Authorization
2
=========================
4
Authorization plugin which implements a regex to object mapping.
6
.. _regex_policy_loading:
11
To load this plugin, start :program:`drizzled` with::
13
--plugin-add=regex_policy
15
Loading the plugin may not enable or configure it. See the plugin's
16
:ref:`regex_policy_configuration` and :ref:`regex_policy_variables`.
18
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
20
.. _regex_policy_configuration:
25
These command line options configure the plugin when :program:`drizzled`
26
is started. See :doc:`/configuration` for more information about specifying
31
.. option:: --regex-policy.policy ARG
33
:Default: DEFAULT_POLICY_FILE.string(
34
:Variable: :ref:`regex_policy_policy <regex_policy_policy>`
36
File to load for regex authorization policies
38
.. _regex_policy_variables:
43
These variables show the running configuration of the plugin.
44
See `variables` for more information about querying and setting variables.
46
.. _regex_policy_policy:
48
* ``regex_policy_policy``
52
:Option: :option:`--regex-policy.policy`
54
File to load for regex authorization policies
56
.. _regex_policy_examples:
61
Sorry, there are no examples for this plugin.
63
.. _regex_policy_authors:
70
.. _regex_policy_version:
75
This documentation applies to **regex_policy 1.0**.
77
To see which version of the plugin a Drizzle server is running, execute:
81
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='regex_policy'