~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_schema/plugin.ini

  • Committer: Mark Atwood
  • Date: 2011-10-14 15:57:51 UTC
  • mfrom: (2425.1.5 auth_db)
  • Revision ID: me@mark.atwood.name-20111014155751-yf1y5jk190g4xyo5
mergeĀ lp:~daniel-nichter/drizzle/auth_schema

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