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

« back to all changes in this revision

Viewing changes to README

  • Committer: Laurynas Biveinis
  • Date: 2011-11-10 03:55:15 UTC
  • mfrom: (11.1.1 readme)
  • Revision ID: laurynas.biveinis@percona.com-20111110035515-gcnslsm8b1ystdus
MergeĀ lp:~stewart/percona-pam-for-mysql/readme

Show diffs side-by-side

added added

removed removed

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