~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/simple_user_policy/plugin.ini

Remove dead memset call.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
2
 
title=Test Authorization
3
 
description=A simple authorization plugin simply for testing that it works
 
2
title=Simple User Policy
 
3
description=Authorization plugin which implements a simple policy-based strategy
4
4
version=1.0
5
5
author=Monty Taylor <mordred@inaugust.com>
6
6
license=PLUGIN_LICENSE_GPL
 
7
sources=module.cc
 
8
headers=policy.h