
This directory contains the sources for the pwdutils. This is a collection
of utilities to manage the passwd information stored in local files, NIS,
NIS+ or LDAP.

In the moment this collection contains:

passwd: A LSB/shadow compatible, PAM aware password program
chfn:   A LSB/shadow compatible, PAM aware chfn program which can change
        the user finger information in local files, NIS, NIS+ or LDAP.
chsh:   A LSB/shadow compatible, PAM aware chsh program which can change
	the user login shell in local passwd files, NIS, NIS+ or LDAP.
rpasswd: A program to change the password on a remote machine, the
         data transfer is SSL encrypted.
rpasswdd: The daemon for rpasswd on the server. It uses PAM for changing
	the password.

You need to create a certificate with: 
 openssl req -new -x509 -nodes -days 730 -out /etc/rpasswdd.pem \
	-keyout /etc/rpasswdd.pem


 Thorsten Kukuk <kukuk@suse.de>
