* nsswitch.conf.5: document group merging
@ 2016-05-02 11:03 Marko Myllynen
[not found] ` <5727341F.9000204-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Marko Myllynen @ 2016-05-02 11:03 UTC (permalink / raw)
To: Michael Kerrisk (man-pages), Stephen Gallagher; +Cc: linux-man
Hi,
Here's a patch to document the recently merged glibc group merge
support.
https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=ced8f8933673f4efda1d666d26a1a949602035ed
https://sourceware.org/glibc/wiki/Proposals/GroupMerging
---
man5/nsswitch.conf.5 | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/man5/nsswitch.conf.5 b/man5/nsswitch.conf.5
index b99f9fd..8b62796 100644
--- a/man5/nsswitch.conf.5
+++ b/man5/nsswitch.conf.5
@@ -204,6 +204,8 @@ where
.B return
|
.B continue
+|
+.B merge
.RE
.LP
The ! negates the test, matching all possible results except the
@@ -257,6 +259,16 @@ without affecting the search result.
.TP
.B continue
Call the next lookup function.
+.TP
+.B merge
+.I [SUCCESS=merge]
+is used between two database entries.
+When a group is located in the first of the two group entries,
+processing will continue on to the next one.
+If the group is also found in the next entry (and the group name and GID
+are an exact match), the member list of the second entry will be added
+to the group object to be returned.
+Available since glibc 2.24.
.RE
.SS Compatibility mode (compat)
The NSS "compat" service is similar to "files" except that it
Thanks,
--
Marko Myllynen
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: nsswitch.conf.5: document group merging
[not found] ` <5727341F.9000204-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2016-05-09 20:34 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-05-09 20:34 UTC (permalink / raw)
To: Marko Myllynen, Stephen Gallagher
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man
On 05/02/2016 01:03 PM, Marko Myllynen wrote:
> Hi,
>
> Here's a patch to document the recently merged glibc group merge
> support.
Thanks, Marko.
Patch applied.
Cheers,
Michael
> https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=ced8f8933673f4efda1d666d26a1a949602035ed
> https://sourceware.org/glibc/wiki/Proposals/GroupMerging
>
> ---
> man5/nsswitch.conf.5 | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/man5/nsswitch.conf.5 b/man5/nsswitch.conf.5
> index b99f9fd..8b62796 100644
> --- a/man5/nsswitch.conf.5
> +++ b/man5/nsswitch.conf.5
> @@ -204,6 +204,8 @@ where
> .B return
> |
> .B continue
> +|
> +.B merge
> .RE
> .LP
> The ! negates the test, matching all possible results except the
> @@ -257,6 +259,16 @@ without affecting the search result.
> .TP
> .B continue
> Call the next lookup function.
> +.TP
> +.B merge
> +.I [SUCCESS=merge]
> +is used between two database entries.
> +When a group is located in the first of the two group entries,
> +processing will continue on to the next one.
> +If the group is also found in the next entry (and the group name and GID
> +are an exact match), the member list of the second entry will be added
> +to the group object to be returned.
> +Available since glibc 2.24.
> .RE
> .SS Compatibility mode (compat)
> The NSS "compat" service is similar to "files" except that it
>
> Thanks,
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-09 20:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-02 11:03 nsswitch.conf.5: document group merging Marko Myllynen
[not found] ` <5727341F.9000204-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-05-09 20:34 ` Michael Kerrisk (man-pages)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).