*** empty log message ***
[heimdal.git] / kpasswd / kpasswdd.8
blobd81c700f84d5249384f1a652e5a8425473968c25
1 .\" $Id$
2 .\"
3 .Dd Aug 27, 1997
4 .Dt KPASSWDD 8
5 .Os HEIMDAL
6 .Sh NAME
7 .Nm kpasswdd
8 .Nd
9 Kerberos 5 password changing server
10 .Sh SYNOPSIS
11 .Nm
12 .Sh DESCRIPTION
13 .Nm
14 servers request for password changes. It listens on UDP port 464
15 (service kpasswd) and processes requests when they arrive. It changes
16 the database directly and should thus only run on the master KDC.
17 .Sh DIAGNOSTICS
18 If an error occurs, the error message is returned to the user and/or
19 logged to syslog.
20 .Sh BUGS
21 The password quality checks are too basic. It should probably use
22 cracklib or something similar.
23 .Sh SEE ALSO
24 .Xr kdc 8 ,
25 .Xr kpasswd 1