With HP-UX 11i v3, if the rpc.yppasswdd daemon is started without the -D option, the
following usage message is displayed:
rpc.yppasswdd -D directory | passwd_file
[-l log_file]
[-nopw] [-nogecos] [-nohome]
[-noshell] [-m arg1 arg2 ...] where
directory is the directory where the passwd, shadow
files are found (/etc by default)
It should match the setting of PWDIR in /var/yp/Makefile
passwd_file is the path to the passwd file
NOTES:
1. The -D option and the passwd arguments are
mutually exclusive
2. A shadow file found in the same directory as the passwd
will be assumed to contain the password information
arguments after -m are passed to make(1) after password changes
-nopw passwords may not be changed remotely using passwd
-nogecos full name may not be changed remotely using passwd or chfn
-nohome home information may not be changed remotely using passwd
-noshell shell may not be changed remotely using passwd or chsh
This usage message is not an error message. It introduces
the -D option of rpc.yppasswdd. If the daemon is
started with the -D option, the usage message is
no longer displayed.