~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/regex_policy/tests/t/basic.policy

  • Committer: Monty Taylor
  • Date: 2011-03-07 23:34:58 UTC
  • mfrom: (2222.1.2 build)
  • Revision ID: mordred@inaugust.com-20110307233458-dq1u12wfycxu5d79
Merged Clint - Regex Policy auth plugin.
Merged Monty - Fix for old broken sphinxes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This is a comment line and should be skipped
 
2
.+ schema=DATA_DICTIONARY ACCEPT
 
3
.+ schema=INFORMATION_SCHEMA ACCEPT
 
4
.+ schema=data_dictionary ACCEPT
 
5
.+ schema=information_schema ACCEPT
 
6
root table=.+ ACCEPT
 
7
root schema=.+ ACCEPT
 
8
root process=.+ ACCEPT
 
9
user1 schema=user1 ACCEPT
 
10
user2 schema=user2 ACCEPT
 
11
user1 process=user1 ACCEPT
 
12
user2 process=user2 ACCEPT
 
13
# Default to denying everything
 
14
.+ schema=.+ DENY
 
15
.+ process=.+ DENY