summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/kpasswd/kpasswdd.8
blob: 899b3a35c270bfa0dff2968225e7e586a65a1fad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
.\" $Id: kpasswdd.8,v 1.8 2003/02/04 21:48:01 lha Exp $
.\"
.Dd April 19, 1999
.Dt KPASSWDD 8
.Os HEIMDAL
.Sh NAME
.Nm kpasswdd
.Nd Kerberos 5 password changing server
.Sh SYNOPSIS
.Nm
.Op Fl -check-library= Ns Ar library
.Op Fl -check-function= Ns Ar function
.Oo Fl k Ar kspec \*(Ba Xo
.Fl -keytab= Ns Ar kspec
.Xc
.Oc
.Oo Fl r Ar realm \*(Ba Xo
.Fl -realm= Ns Ar realm
.Xc
.Oc
.Oo Fl p Ar string \*(Ba Xo
.Fl -port= Ns Ar string
.Xc
.Oc
.Op Fl -version
.Op Fl -help
.Sh DESCRIPTION
.Nm
serves 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.
.Pp
Supported options:
.Bl -tag -width Ds
.It Xo
.Fl -check-library= Ns Ar library
.Xc
If your system has support for dynamic loading of shared libraries,
you can use an external function to check password quality. This
option specifies which library to load.
.It Xo
.Fl -check-function= Ns Ar function
.Xc
This is the function to call in the loaded library. The function
should look like this:
.Pp
.Ft const char *
.Fn passwd_check "krb5_context context" "krb5_principal principal" "krb5_data *password"
.Pp
.Fa context
is an initialized context;
.Fa principal
is the one who tries to change passwords, and
.Fa password
is the new password. Note that the password (in
.Fa password->data )
is not zero terminated.
.It Xo
.Fl k Ar kspec ,
.Fl -keytab= Ns Ar kspec
.Xc
Keytab to get authentication key from
.It Xo
.Fl r Ar realm ,
.Fl -realm= Ns Ar realm
.Xc
Default realm
.It Xo
.Fl p Ar string ,
.Fl -port= Ns Ar string
.Xc
Port to listen on (default service kpasswd - 464).
.El
.Sh DIAGNOSTICS
If an error occurs, the error message is returned to the user and/or
logged to syslog.
.Sh BUGS
The default password quality checks are too basic.
.Sh SEE ALSO
.Xr kpasswd 1 ,
.Xr kdc 8
.\".Sh ENVIRONMENT
.\".Sh FILES
.\".Sh EXAMPLES
.\".Sh SEE ALSO
.\".Sh STANDARDS
.\".Sh HISTORY
.\".Sh AUTHORS
OpenPOWER on IntegriCloud