View | Details | Raw Unified | Return to bug 33645 | Differences between
and this patch

Collapse All | Expand All

(-)kadmin/kadmind.8 (-4 / +5 lines)
Lines 124-134 Link Here
124
.Sh FILES
124
.Sh FILES
125
.Pa /var/heimdal/kadmind.acl
125
.Pa /var/heimdal/kadmind.acl
126
.Sh EXAMPLES
126
.Sh EXAMPLES
127
This will cause kadmind to listen to port 4711 in addition to any
127
This will cause
128
.Nm
129
to listen to port 4711 in addition to any
128
compiled in defaults:
130
compiled in defaults:
129
.Bd -literal -offset indent
131
.Pp
130
# kadmind --ports="+ 4711" &
132
.D1 Nm Fl -ports Ns Li "=\*[q]+ 4711\*[q] &"
131
.Ed
132
.\".Sh DIAGNOSTICS
133
.\".Sh DIAGNOSTICS
133
.Sh SEE ALSO
134
.Sh SEE ALSO
134
.Xr kdc 8 ,
135
.Xr kdc 8 ,
(-)kdc/hpropd.8 (-1 / +1 lines)
Lines 35-41 Link Here
35
If the database is sent over the network, it is authenticated and
35
If the database is sent over the network, it is authenticated and
36
encrypted.
36
encrypted.
37
Only connections from
37
Only connections from
38
.Li kadmin/hprop
38
.Nm kadmin Ns / Ns Nm hprop
39
are accepted.
39
are accepted.
40
.Pp
40
.Pp
41
Options supported:
41
Options supported:
(-)kuser/kinit.1 (-1 / +3 lines)
Lines 59-65 Link Here
59
name at the default realm), and acquire a ticket granting ticket that
59
name at the default realm), and acquire a ticket granting ticket that
60
can later be used to obtain tickets for other services.
60
can later be used to obtain tickets for other services.
61
.Pp
61
.Pp
62
If you have compiled kinit with Kerberos 4 support and you have a
62
If you have compiled
63
.Nm kinit
64
with Kerberos 4 support and you have a
63
Kerberos 4 server,
65
Kerberos 4 server,
64
.Nm
66
.Nm
65
will detect this and get you Kerberos 4 tickets.
67
will detect this and get you Kerberos 4 tickets.
(-)lib/krb5/krb5.conf.5 (-1 / +3 lines)
Lines 273-279 Link Here
273
.It Li [kadmin]
273
.It Li [kadmin]
274
.Bl -tag -width "xxx" -offset indent
274
.Bl -tag -width "xxx" -offset indent
275
.It require-preauth = Va BOOL
275
.It require-preauth = Va BOOL
276
If pre-authentication is required to talk to the kadmin server.
276
If pre-authentication is required to talk to the
277
.Nm kadmin
278
server.
277
.It default_keys = Va keytypes...
279
.It default_keys = Va keytypes...
278
for each entry in
280
for each entry in
279
.Va default_keys
281
.Va default_keys
(-)tools/krb5-config.1 (-2 / +6 lines)
Lines 48-56 Link Here
48
.It gssapi
48
.It gssapi
49
use the krb5 gssapi mechanism
49
use the krb5 gssapi mechanism
50
.It kadm-client
50
.It kadm-client
51
use the client-side kadmin libraries
51
use the client-side
52
.Nm kadmin
53
libraries
52
.It kadm-server
54
.It kadm-server
53
use the server-side kadmin libraries
55
use the server-side
56
.Nm kadmin
57
libraries
54
.El
58
.El
55
.Sh SEE ALSO
59
.Sh SEE ALSO
56
.Xr cc 1
60
.Xr cc 1

Return to bug 33645