Merge lp:~hrvojem/percona-server/rn-5.5.32-31.0-5.6 into lp:percona-server/5.6

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Hrvoje Matijakovic
Approved revision: no longer in the source branch.
Merged at revision: 400
Proposed branch: lp:~hrvojem/percona-server/rn-5.5.32-31.0-5.6
Merge into: lp:percona-server/5.6
Diff against target: 11 lines (+1/-1)
1 file modified
doc/source/management/pam_plugin.rst (+1/-1)
To merge this branch: bzr merge lp:~hrvojem/percona-server/rn-5.5.32-31.0-5.6
Reviewer Review Type Date Requested Status
Percona core Pending
Review via email: mp+172530@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Hrvoje Matijakovic (hrvojem) wrote :

self-approved (merged from approved 5.5 branch with minor doc fix)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/source/management/pam_plugin.rst'
2--- doc/source/management/pam_plugin.rst 2013-06-27 16:11:57 +0000
3+++ doc/source/management/pam_plugin.rst 2013-07-02 12:16:33 +0000
4@@ -68,7 +68,7 @@
5 Supplementary groups support
6 ============================
7
8-|Percona Server| has implemented PAM plugin support for supplementary groups. Supplementary or secondary groups are extra groups a specific user is member of. For example user ``joe`` might be a member of groups: ``joe`` (his primary group) and secondary groups ``developers`` and ``dba``. A complete list of groups and users belonging to them can be checked with ``vigr`` command.
9+|Percona Server| has implemented PAM plugin support for supplementary groups. Supplementary or secondary groups are extra groups a specific user is member of. For example user ``joe`` might be a member of groups: ``joe`` (his primary group) and secondary groups ``developers`` and ``dba``. A complete list of groups and users belonging to them can be checked with ``cat /etc/group`` command.
10
11 This feature enables using secondary groups in the mapping part of the authentication string, like "``mysql, developers=joe, dba=mark``". Previously only primary groups could have been specified there. If user is a member of both ``developers`` and ``dba``, PAM plugin will map it to the ``joe`` because ``developers`` matches first.
12

Subscribers

People subscribed via source and target branches