~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_all/plugin.ini

This modifies basic auth such that:

1) We now by default only bind to localhost.
2) We now have a plugin which creates the auth_all behavior.
3) Anonymous logins only work if enabled on auth_all.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[plugin]
 
2
title=Allow All Authentication
 
3
description=Default authentication module.
 
4
load_by_default=yes
 
5
static=yes
 
6
sources= 
 
7
  auth_all.cc
 
8
headers=