~drizzle-trunk/drizzle/development

  • Committer: Monty Taylor
  • Date: 2010-04-15 19:14:53 UTC
  • Revision ID: mordred@inaugust.com-20100415191453-ril2x8qdo78fny9w
Replaced test_authz with a plugin implementing a hard-coded simple
multi-tennancy policy. The policy describes:
- A root user exists which can do anything
- A user may only see a schema that is named the same has his user name
- A user may see data_dictionary and information_schema (data_dictionary
  required for show databases to work)

This way, we can more clearly test the results of the authorization
interface while providing an optional plugin that is actually useful to some
human.
Filename Latest Rev Last Changed Committer Comment Size
..
auth_http.cc 1324.2.3 14 years ago Monty Taylor Remove plugin deinit. 4.7 KB Diff Download File
configure.in 974.2.1 15 years ago Mark Atwood add auth_http plugin 114 bytes Diff Download File
plugin.ac 1273.23.20 14 years ago Monty Taylor Fixed curl error message. 950 bytes Diff Download File
plugin.ini 1228.1.8 14 years ago Monty Taylor Made a bunch of smaler plugins dynamic. 168 bytes Diff Download File