Commit f523df0a authored by Sergei Golubchik's avatar Sergei Golubchik

openpam compatibility

parent 3c1125d4
...@@ -131,7 +131,7 @@ end: ...@@ -131,7 +131,7 @@ end:
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