new man pages

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3205 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-27 23:44:57 +00:00
parent 44dc189722
commit 44edbf46f3
8 changed files with 235 additions and 0 deletions

20
kpasswd/kpasswd.1 Normal file
View File

@@ -0,0 +1,20 @@
.\" $Id$
.\"
.Dt Aug 27, 1997
.Dt KPASSWD 1
.Os HEIMDAL
.Sh NAME
.Nm kpasswd
.Nd
Kerberos 5 password changing program
.Sh SYNOPSIS
.Nm
.Op Ar principal
.Sh DESCRIPTION
.Nm
is the client for changing passwords.
.Sh DIAGNOSTICS
If the password quality check fails or some other error occurs, an
explanation is printed.
.Sh SEE ALSO
.Xr kpasswdd 8

25
kpasswd/kpasswdd.8 Normal file
View File

@@ -0,0 +1,25 @@
.\" $Id$
.\"
.Dd Aug 27, 1997
.Dt KPASSWDD 8
.Os HEIMDAL
.Sh NAME
.Nm kpasswdd
.Nd
Kerberos 5 password changing server
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
servers request for password changes. It listens on UDP port 464
(service kpasswd) and processes requests when they arrive. It changes
the database directly and should thus only run on the master KDC.
.Sh DIAGNOSTICS
If an error occurs, the error message is returned to the user and/or
logged to syslog.
.Sh BUGS
The password quality checks are too basic. It should probably use
cracklib or something similar.
.Sh SEE ALSO
.Xr kdc 8 ,
.Xr kpasswd 1