Commit 425309de authored by Sergei Golubchik's avatar Sergei Golubchik

openpam compatibility

parent e0088ed4
...@@ -131,7 +131,7 @@ static int pam_auth(MYSQL_PLUGIN_VIO *vio, MYSQL_SERVER_AUTH_INFO *info) ...@@ -131,7 +131,7 @@ static int pam_auth(MYSQL_PLUGIN_VIO *vio, MYSQL_SERVER_AUTH_INFO *info)
return status == PAM_SUCCESS ? CR_OK : CR_ERROR; return status == PAM_SUCCESS ? CR_OK : CR_ERROR;
} }
static struct st_mysql_auth pam_info = static struct st_mysql_auth info =
{ {
MYSQL_AUTHENTICATION_INTERFACE_VERSION, MYSQL_AUTHENTICATION_INTERFACE_VERSION,
"dialog", "dialog",
...@@ -141,7 +141,7 @@ static struct st_mysql_auth pam_info = ...@@ -141,7 +141,7 @@ static struct st_mysql_auth pam_info =
maria_declare_plugin(pam) maria_declare_plugin(pam)
{ {
MYSQL_AUTHENTICATION_PLUGIN, MYSQL_AUTHENTICATION_PLUGIN,
&pam_info, &info,
"pam", "pam",
"Sergei Golubchik", "Sergei Golubchik",
"PAM based authentication", "PAM based authentication",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment