Update for new ypserv suite.

This commit is contained in:
thorpej 1996-08-09 14:40:28 +00:00
parent 9c0b5cc2eb
commit 320932936b

View File

@ -1,4 +1,4 @@
.\" $NetBSD: yp.8,v 1.9 1995/08/11 01:16:52 thorpej Exp $ .\" $NetBSD: yp.8,v 1.10 1996/08/09 14:40:28 thorpej Exp $
.\" .\"
.\" Copyright (c) 1992/3 Theo de Raadt <deraadt@fsa.ca> .\" Copyright (c) 1992/3 Theo de Raadt <deraadt@fsa.ca>
.\" All rights reserved. .\" All rights reserved.
@ -74,6 +74,33 @@
.Oc .Oc
.Nm ypwhich .Nm ypwhich
.Fl x .Fl x
.Pp
.Nm ypserv
.Op Fl a Ar aclfile
.Op Fl d
.Op Fl x
.Pp
.Nm yppush
.Op Fl d Ar domainname
.Op Fl h Ar hostname
.Op Fl v
.Ar mapname
.Pp
.Nm ypxfr
.Op Fl bcf
.Op Fl d Ar domain
.Op Fl h Ar host
.Op Fl s Ar domain
.Op Fl C Ar tid prog ipadd port
.Ar mapname
.Pp
.Nm yptest
.Pp
.Nm rpc.yppasswdd
.Op Fl -noshell
.Op Fl -nogecos
.Op Fl -nopw
.Op Fl m Ar arg1 arg2 ...
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm YP .Nm YP
@ -93,16 +120,12 @@ maps.
.Pp .Pp
The The
.Nm YP .Nm YP
subsystem is started automatically in subsystem is conditionally started in
.Pa /etc/rc .Pa /etc/rc .
if the directory See the
.Pa /var/yp .Pa /etc/netstart
exists. file for configuration variables.
.Sh BUGS .Sh BUGS
Only
.Nm YP
client functionality exists, there is no ypserv (yet).
.Pp
If If
.Xr ypbind .Xr ypbind
cannot find a server, the system behaves the same way as Sun's code: cannot find a server, the system behaves the same way as Sun's code:
@ -117,9 +140,15 @@ it hangs.
.Xr yppoll 8 , .Xr yppoll 8 ,
.Xr ypset 8 , .Xr ypset 8 ,
.Xr ypwhich 1 , .Xr ypwhich 1 ,
.Xr ypserv 8 ,
.Xr yppush 8 ,
.Xr ypxfr 8 .
.Xr yptest 8 ,
.Xr ypclnt 3 .Xr ypclnt 3
.Sh HISTORY .Sh HISTORY
This free The
.Nm YP .Nm YP
subsystem was written from scratch by Theo de Raadt to be compatible client subsystem was originally written by Theo de Raadt
to Sun's implementation. to be compatible with Sun's implementation. The
.Nm YP
server suite was originally written by Mats O Jansson.