Merge lp:~stewart/drizzle/bug943609 into lp:drizzle

Proposed by Stewart Smith
Status: Merged
Merged at revision: 2623
Proposed branch: lp:~stewart/drizzle/bug943609
Merge into: lp:drizzle
Diff against target: 49 lines (+16/-3)
2 files modified
plugin/simple_user_policy/docs/index.rst (+15/-2)
plugin/simple_user_policy/module.cc (+1/-1)
To merge this branch: bzr merge lp:~stewart/drizzle/bug943609
Reviewer Review Type Date Requested Status
Stewart Smith (community) Approve
Drizzle Trunk Pending
Review via email: mp+150643@code.launchpad.net

Description of the change

docs update for option I added ages ago.

To post a comment you must log in.
Revision history for this message
Stewart Smith (stewart) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'plugin/simple_user_policy/docs/index.rst'
--- plugin/simple_user_policy/docs/index.rst 2012-02-18 01:04:31 +0000
+++ plugin/simple_user_policy/docs/index.rst 2013-02-26 19:30:34 +0000
@@ -20,17 +20,30 @@
2020
21.. seealso:: :ref:`drizzled_plugin_options` for more information about adding and removing plugins.21.. seealso:: :ref:`drizzled_plugin_options` for more information about adding and removing plugins.
2222
23Configuration
24-------------
25
26These command line options configure the plugin when :program:`drizzled`
27is started. See :ref:`command_line_options` for more information about specifying command line options.
28
29.. program:: drizzled
30
31.. option:: --simple-user-policy.remap-dot-to ARG
32
33 :Default: '.'
34
35 Since using a period (dot) in a schema name requires quoting, we support remapping this to another character. When set to an underscore, this enables user 'first.last' to connect to the 'first_last' schema, a schema name which does not require quoting.
36
23Examples37Examples
24--------38--------
2539
26Sorry, there are no examples for this plugin.
2740
28.. _simple_user_policy_authors:41.. _simple_user_policy_authors:
2942
30Authors43Authors
31-------44-------
3245
33Monty Taylor46Monty Taylor, Stewart Smith
3447
35.. _simple_user_policy_version:48.. _simple_user_policy_version:
3649
3750
=== modified file 'plugin/simple_user_policy/module.cc'
--- plugin/simple_user_policy/module.cc 2012-02-18 01:04:31 +0000
+++ plugin/simple_user_policy/module.cc 2013-02-26 19:30:34 +0000
@@ -54,7 +54,7 @@
54 DRIZZLE_VERSION_ID,54 DRIZZLE_VERSION_ID,
55 "simple_user_policy",55 "simple_user_policy",
56 "1.1",56 "1.1",
57 "Monty Taylor",57 "Monty Taylor, Stewart Smith",
58 N_("Authorization matching username to schema object name"),58 N_("Authorization matching username to schema object name"),
59 PLUGIN_LICENSE_GPL,59 PLUGIN_LICENSE_GPL,
60 simple_user_policy::init,60 simple_user_policy::init,

Subscribers

People subscribed via source and target branches

to all changes: