~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_schema/plugin.ini

  • Committer: Daniel Nichter
  • Date: 2011-09-26 01:40:03 UTC
  • mto: This revision was merged to the branch mainline in revision 2437.
  • Revision ID: daniel@percona.com-20110926014003-5q2prdqcl84v583m
auth_schema (auth_db) working prototype.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[plugin]
 
2
title=MySQL Schema Authentication
 
3
description=MySQL-like authentication using a users table and SHA1 passwords.
 
4
version=1.0
 
5
author=Daniel Nichter
 
6
license=PLUGIN_LICENSE_GPL
 
7
sources=module.cc auth_schema.cc
 
8
headers=auth_schema.h