Merge lp:~stewart/percona-pam-for-mysql/readme into lp:percona-pam-for-mysql

Proposed by Stewart Smith
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: 12
Merge reported by: Laurynas Biveinis
Merged at revision: not available
Proposed branch: lp:~stewart/percona-pam-for-mysql/readme
Merge into: lp:percona-pam-for-mysql
Diff against target: 44 lines (+40/-0)
1 file modified
README (+40/-0)
To merge this branch: bzr merge lp:~stewart/percona-pam-for-mysql/readme
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+81801@code.launchpad.net

Description of the change

add a basic README

To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'README'
2--- README 1970-01-01 00:00:00 +0000
3+++ README 2011-11-10 01:06:24 +0000
4@@ -0,0 +1,40 @@
5+Percona PAM Authentication Plugin for MySQL
6+-------------------------------------------
7+
8+(C) 2011 Percona Inc.
9+
10+This is a Authentication plugin written for the MySQL 5.5 Authentication plugin
11+API enabling MySQL to perform authentication using PAM. Examples could include
12+authenticating MySQL users using system accounts or two-factor authentication
13+systems.
14+
15+Compiling
16+---------
17+
18+You will need both the PAM and MySQL headers installed.
19+
20+The first command (bootstrap) is only needed if building from the source
21+code as checked out from the source repository, source tarballs don't require
22+this step.
23+
24+$ ./bootstrap
25+$ ./configure
26+$ make
27+# make install
28+
29+Development
30+-----------
31+
32+All development is hosted on Launchpad:
33+http://launchpad.net/percona-pam-for-mysql
34+
35+Bugs
36+----
37+
38+http://bugs.launchpad.net/percona-pam-for-mysql
39+
40+
41+License
42+-------
43+GPLv2, see LICENSE for full text of GPLv2.
44+

Subscribers

People subscribed via source and target branches