~hrvojem/percona-pam-for-mysql/new-theme

  • Committer: Laurynas Biveinis
  • Date: 2011-06-16 07:44:06 UTC
  • Revision ID: laurynas.biveinis@percona.com-20110616074406-k7e6342g0kpg4pk7
- Fix comment typo.
- Use info->user_name instead of info->authenticated_as, that is,
provide for PAM the user name as supplied by the client instead of a
matching user name in mysql.user table which will be either equal to
the name supplied by the client or empty, meaning anonymous user.
- Compare the PAM-returned user name against info->user_name instead
of info->authenticated_as due to the same reasons.
Filename Latest Rev Last Changed Committer Comment Size
..
auth_pam.c 2 13 years ago Laurynas Biveinis - Fix comment typo. - Use info->user_name instead 9.3 KB Diff Download File
Makefile 1 13 years ago Laurynas Biveinis First version of PAM authentication plugin for MyS 535 bytes Diff Download File