1ktkt_warnd(1M) System Administration Commands ktkt_warnd(1M)
2
3
4
6 ktkt_warnd - Kerberos warning daemon
7
9 /usr/lib/krb5/ktkt_warnd
10
11
13 ktkt_warnd is a daemon on Kerberos clients that can warn users when
14 their Kerberos tickets are about to expire or renew the tickets before
15 they expire. It is invoked by inetd when a ticket-granting ticket (TGT)
16 is obtained for the first time, such as after using the kinit command.
17 ktkt_warnd can be configured through the /etc/krb5/warn.conf file on
18 the client. In warn.conf, you can specify that you be supplied notice,
19 through syslog or terminal or mail, of ticket expiration or to renew
20 the TGT.
21
23 /etc/krb5/warn.conf Kerberos warning configuration file
24
25
27 See attributes(5) for descriptions of the following attributes:
28
29
30
31
32 ┌─────────────────────────────┬─────────────────────────────┐
33 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
34 ├─────────────────────────────┼─────────────────────────────┤
35 │Interface Stability │Evolving │
36 └─────────────────────────────┴─────────────────────────────┘
37
39 svcs(1), inetadm(1M), inetd(1M), svcadm(1M), warn.conf(4),
40 attributes(5), kerberos(5), smf(5)
41
43 The ktkt_warnd service is managed by the service management facility,
44 smf(5), under the service identifier:
45
46 svc:/network/security/ktkt_warn:default
47
48
49
50
51 Administrative actions on this service, such as enabling, disabling, or
52 requesting restart, can be performed using svcadm(1M). Responsibility
53 for initiating and restarting this service is delegated to inetd(1M).
54 Use inetadm(1M) to make configuration changes and to view configuration
55 information for this service. The service's status can be queried using
56 the svcs(1) command.
57
58
59
60SunOS 5.11 21 Mar 2005 ktkt_warnd(1M)