netgroup.5 (1e890b056ae039be18929c22b500c718bc4d0a5c) netgroup.5 (e71057d8d08fdb6564e17803e73f73efdb688067)
1.\" Copyright (c) 1992, 1993
2.\" The Regents of the University of California. 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.

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

85caveats to consider. The existing
86.Nm netgroup
87system is extremely inefficient where
88.Fn innetgr 3
89lookups are concerned since
90.Nm netgroup
91memberships are computed on the fly. By contrast, the NIS
92.Nm netgroup
1.\" Copyright (c) 1992, 1993
2.\" The Regents of the University of California. 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.

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

85caveats to consider. The existing
86.Nm netgroup
87system is extremely inefficient where
88.Fn innetgr 3
89lookups are concerned since
90.Nm netgroup
91memberships are computed on the fly. By contrast, the NIS
92.Nm netgroup
93database consists of three seperate maps (netgroup, netgroup.byuser
93database consists of three separate maps (netgroup, netgroup.byuser
94and netgroup.byhost) that are keyed to allow
95.Fn innetgr 3
96lookups to be done quickly. The FreeBSD
97.Nm netgroup
98system can interact with the NIS
99.Nm netgroup
100maps in the following ways:
101.Bl -bullet -offset indent

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

113similar platforms.)
114.It
115If the
116.Pa /etc/netgroup
117exists and contains only local
118.Nm netgroup
119information (with no NIS '+' token), then only the local
120.Nm netgroup
94and netgroup.byhost) that are keyed to allow
95.Fn innetgr 3
96lookups to be done quickly. The FreeBSD
97.Nm netgroup
98system can interact with the NIS
99.Nm netgroup
100maps in the following ways:
101.Bl -bullet -offset indent

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

113similar platforms.)
114.It
115If the
116.Pa /etc/netgroup
117exists and contains only local
118.Nm netgroup
119information (with no NIS '+' token), then only the local
120.Nm netgroup
121information will be processed (and NIS will be ingored).
121information will be processed (and NIS will be ignored).
122.It
123If
124.Pa /etc/netgroup
125exists and contains both local netgroup data
126.Pa and
127the NIS '+' token, the local data and the NIS netgroup
128map will be processed as a single combined
129.Nm netgroup

--- 31 unchanged lines hidden ---
122.It
123If
124.Pa /etc/netgroup
125exists and contains both local netgroup data
126.Pa and
127the NIS '+' token, the local data and the NIS netgroup
128map will be processed as a single combined
129.Nm netgroup

--- 31 unchanged lines hidden ---