YPPASSWDD(8C) — MAINTENANCE COMMANDS
NAME
yppasswdd, rpc.yppasswdd − server for modifying Yellow Pages password file
SYNOPSIS
/usr/etc/rpc.yppasswdd filename [ adjunct_file ] [ −m argument1 argument2 ... ]
AVAILABILITY
This program is available with the Networking Tools and Programs software installation option. Refer to Installing the SunOS for information on how to install optional software.
DESCRIPTION
yppasswdd is a server that handles password change requests from yppasswd(1). Unless an adjunct_file is specified, it changes a password entry in filename, which is assumed to be in the format of passwd(5). Filename is the password file that provides the basis for the passwd.byname and passwd.byuid maps. This should not be confused with the servers /etc/passwd file which controls access to the server. In particular this file should not contain an entry for the super user.
If an adjunct_file is specified or /etc/security/passwd.adjunct exists, this file will be changed instead of the filename. An entry in filename or adjunct_file will only be changed if the password presented by yppasswd(1) matches the encrypted password of that entry.
If the −m option is given, then after filename or adjunct_file is modified, a make(1) will be performed in /var/yp. Any arguments following the flag will be passed to make.
This server is not run by default, nor can it be started up from inetd(8C). If it is desired to enable remote password updating for the Yellow Pages, then an entry for yppasswdd should be put in the /etc/rc file of the host serving as the master for the Yellow Pages passwd file.
EXAMPLE
If the Yellow Pages password file is stored as /var/yp/passwd, then to have password changes propagated immediately, the server should be invoked as
/usr/etc/rpc.yppasswdd /var/yp/passwd −m passwd DIR=/var/yp
FILES
/var/yp/Makefile
/etc/security/passwd.adjunct
/etc/rc
SEE ALSO
make(1), yppasswd(1), passwd(5), passwd.adjunct(5), ypfiles(5), inetd(8C), ypmake(8)
NOTES
The password file specified to rpc.yppasswdd may not be a link.
Sun Release 4.0 — Last change: 22 March 1989