Merge lp:~hrvojem/percona-pam-for-mysql/bug1043061 into lp:percona-pam-for-mysql

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Sergei Glushchenko
Approved revision: 29
Merged at revision: 32
Proposed branch: lp:~hrvojem/percona-pam-for-mysql/bug1043061
Merge into: lp:percona-pam-for-mysql
Diff against target: 36 lines (+13/-2)
2 files modified
doc/source/installation.rst (+1/-1)
doc/source/release-notes.rst (+12/-1)
To merge this branch: bzr merge lp:~hrvojem/percona-pam-for-mysql/bug1043061
Reviewer Review Type Date Requested Status
Sergei Glushchenko (community) Approve
Review via email: mp+169388@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Sergei Glushchenko (sergei.glushchenko) wrote :

Approve.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/source/installation.rst'
2--- doc/source/installation.rst 2012-02-02 11:49:03 +0000
3+++ doc/source/installation.rst 2013-06-14 11:24:31 +0000
4@@ -44,7 +44,7 @@
5
6 In order to load the plugin into the working server, issue the following command: ::
7
8- mysql> INSTALL PLUGIN auth_pam SONAME 'auth_pam.so';
9+ mysql> INSTALL PLUGIN auth_pam_server SONAME 'auth_pam.so';
10
11
12 You can now create a PAM configuration for the MySQL server and create users that are authenticated by PAM.
13
14=== modified file 'doc/source/release-notes.rst'
15--- doc/source/release-notes.rst 2011-10-25 10:51:19 +0000
16+++ doc/source/release-notes.rst 2013-06-14 11:24:31 +0000
17@@ -2,7 +2,18 @@
18 |Percona| PAM authentication plugin for MySQL Release Notes
19 ============================================================
20
21+General availability (GA)
22+=========================
23+
24+Percona is pleased to announce that Percona's PAM Authentication plugin for MySQL has been merged to |Percona Server| `5.5.24-26.0 <http://www.percona.com/doc/percona-server/5.5/release-notes/Percona-Server-5.5.24-26.0.html#5.5.24-26.0>`_ on June 1st, 2012. With this release PAM Authentication plugin became GA. Further information on how to install and use the plugin can be found in the |Percona Server| documentation.
25+
26 Preview Release
27 ===============
28
29-Initial public release
30+Percona is pleased to announce availability of an early access version of Percona's PAM Authentication plugin for MySQL on December 5th, 2011. This plugin supports |MySQL|-5.5.x, |Percona Server| 5.5.x and MariaDB 5.2.x. The PAM Authentication plugin can be used for:
31+ * |MySQL| authentication using operating system users (``pam_unix``)
32+ * |MySQL| authentication from LDAP server (pam_ldap)
33+ * authentication against RSA SecurID server
34+ * any other authentication methods that provides access via PAM
35+
36+Percona PAM Authentication Plugin for MySQL is fully open source, free of charge and can be used on an unlimited amount of servers.

Subscribers

People subscribed via source and target branches