~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_pam/plug.in

  • Committer: Brian Aker
  • Date: 2008-08-03 22:14:59 UTC
  • Revision ID: brian@tangent.org-20080803221459-gz8on1zlp22dbr9d
First pass on PAM auth

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
MYSQL_PLUGIN(auth_pam,[PAM Authenication Plugin],
 
2
        [PAM based authenication.])
 
3
MYSQL_PLUGIN_DYNAMIC(auth_pam,   [libauth_pam.la])