Deleted Added
full compact
revnetgroup.8 (99500) revnetgroup.8 (101677)
1.\" Copyright (c) 1995
2.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

23.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
1.\" Copyright (c) 1995
2.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

23.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/libexec/revnetgroup/revnetgroup.8 99500 2002-07-06 19:19:48Z charnier $
31.\" $FreeBSD: head/libexec/revnetgroup/revnetgroup.8 101677 2002-08-11 13:05:30Z schweikh $
32.\"
33.Dd October 24, 1995
34.Dt REVNETGROUP 8
35.Os
36.Sh NAME
37.Nm revnetgroup
38.Nd "generate reverse netgroup data"
39.Sh SYNOPSIS

--- 29 unchanged lines hidden (view full) ---

69netgroup is considered the
70.Em key
71and the member names are the
72.Em data .
73By contrast, the reverse
74.Pa netgroup.byusers
75database lists each unique
76member as the key and the netgroups to which the members belong become
32.\"
33.Dd October 24, 1995
34.Dt REVNETGROUP 8
35.Os
36.Sh NAME
37.Nm revnetgroup
38.Nd "generate reverse netgroup data"
39.Sh SYNOPSIS

--- 29 unchanged lines hidden (view full) ---

69netgroup is considered the
70.Em key
71and the member names are the
72.Em data .
73By contrast, the reverse
74.Pa netgroup.byusers
75database lists each unique
76member as the key and the netgroups to which the members belong become
77the data. Seperate databases are created to hold information pertaining
77the data. Separate databases are created to hold information pertaining
78to users and hosts; this allows netgroup username lookups
79and netgroup hostname lookups to be performed using independent keyspaces.
80.Pp
81By constructing these reverse netgroup databases (and the corresponding
82.Tn NIS
83maps) in advance, the
84.Xr getnetgrent 3
85library functions are spared from having to work out the dependencies

--- 66 unchanged lines hidden ---
78to users and hosts; this allows netgroup username lookups
79and netgroup hostname lookups to be performed using independent keyspaces.
80.Pp
81By constructing these reverse netgroup databases (and the corresponding
82.Tn NIS
83maps) in advance, the
84.Xr getnetgrent 3
85library functions are spared from having to work out the dependencies

--- 66 unchanged lines hidden ---