Deleted Added
full compact
rpc.yppasswdd.8 (71102) rpc.yppasswdd.8 (72091)
1.\" Copyright (c) 1995, 1996
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, 1996
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/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 71102 2001-01-16 09:39:23Z ru $
31.\" $FreeBSD: head/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 72091 2001-02-06 11:21:58Z asmodai $
32.\"
33.Dd February 8, 1996
34.Dt RPC.YPPASSWDD 8
35.Os
36.Sh NAME
37.Nm rpc.yppasswdd
38.Nd "server for updating NIS passwords"
39.Sh SYNOPSIS

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

221until it finds an entry that matches the user information specified in
222a given update request.
223(Matches are determined by checking the username,
224UID and GID fields.)
225The matched entry and corresponding domain are then
226used for the update.
227.Pp
228Note that in order for multi-domain mode to work, there have to be
32.\"
33.Dd February 8, 1996
34.Dt RPC.YPPASSWDD 8
35.Os
36.Sh NAME
37.Nm rpc.yppasswdd
38.Nd "server for updating NIS passwords"
39.Sh SYNOPSIS

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

221until it finds an entry that matches the user information specified in
222a given update request.
223(Matches are determined by checking the username,
224UID and GID fields.)
225The matched entry and corresponding domain are then
226used for the update.
227.Pp
228Note that in order for multi-domain mode to work, there have to be
229seperate template files for each domain.
229separate template files for each domain.
230For example, if a server
231supports three domains,
232.Pa foo ,
233.Pa bar ,
234and
235.Pa baz ,
230For example, if a server
231supports three domains,
232.Pa foo ,
233.Pa bar ,
234and
235.Pa baz ,
236there should be three seperate master.passwd template files called
236there should be three separate master.passwd template files called
237.Pa /var/yp/foo/master.passwd ,
238.Pa /var/yp/bar/master.passwd ,
239and
240.Pa /var/yp/baz/master.passwd .
241If
242.Pa foo
243happens to be the system default domain, then its template file can
244be either

--- 112 unchanged lines hidden ---
237.Pa /var/yp/foo/master.passwd ,
238.Pa /var/yp/bar/master.passwd ,
239and
240.Pa /var/yp/baz/master.passwd .
241If
242.Pa foo
243happens to be the system default domain, then its template file can
244be either

--- 112 unchanged lines hidden ---