~eday/drizzle/eday-dev

« back to all changes in this revision

Viewing changes to plugin/auth_pam/auth_pam.cc

  • Committer: Eric Day
  • Date: 2010-01-07 20:02:38 UTC
  • mfrom: (971.3.291 staging)
  • Revision ID: eday@oddments.org-20100107200238-uqw8v6kv9pl7nny5
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
  @TODO: License?
23
23
*/
24
24
 
25
 
#include <drizzled/server_includes.h>
 
25
#include "config.h"
26
26
#include <drizzled/session.h>
27
27
#include <drizzled/plugin/authentication.h>
28
28
#include <security/pam_appl.h>
150
150
 
151
151
DRIZZLE_DECLARE_PLUGIN
152
152
{
 
153
  DRIZZLE_VERSION_ID,
153
154
  "pam",
154
155
  "0.1",
155
156
  "Brian Aker",