~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_pam/auth_pam.cc

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
  Sections of this where taken/modified from mod_auth_path for Apache 
3
3
*/
4
4
 
5
 
#define MYSQL_SERVER 1
 
5
#define DRIZZLE_SERVER 1
6
6
#include <drizzled/server_includes.h>
7
7
#include <drizzled/plugin_authentication.h>
8
8
#include <security/pam_appl.h>
102
102
 
103
103
mysql_declare_plugin(auth_pam)
104
104
{
105
 
  MYSQL_AUTH_PLUGIN,
 
105
  DRIZZLE_AUTH_PLUGIN,
106
106
  "pam",
107
107
  "0.1",
108
108
  "Brian Aker",