ktkt_warnd(1M) System Administration Commands ktkt_warnd(1M)
NAME
ktkt_warnd - Kerberos warning daemon
SYNOPSIS
/usr/lib/krb5/ktkt_warnd
DESCRIPTION
ktkt_warnd is a daemon on Kerberos clients that can warn users when their Kerberos tickets are about to expire or renew the tickets before
they expire. It is invoked by inetd when a ticket-granting ticket (TGT) is obtained for the first time, such as after using the kinit com-
mand. ktkt_warnd can be configured through the /etc/krb5/warn.conf file on the client. In warn.conf, you can specify that you be supplied
notice, through syslog or terminal or mail, of ticket expiration or to renew the TGT.
FILES
/etc/krb5/warn.conf Kerberos warning configuration file
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Interface Stability |Evolving |
+-----------------------------+-----------------------------+
SEE ALSO
svcs(1), inetadm(1M), inetd(1M), svcadm(1M), warn.conf(4), attributes(5), kerberos(5), smf(5)
NOTES
The ktkt_warnd service is managed by the service management facility, smf(5), under the service identifier:
svc:/network/security/ktkt_warn:default
Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(1M). Responsibil-
ity for initiating and restarting this service is delegated to inetd(1M). Use inetadm(1M) to make configuration changes and to view config-
uration information for this service. The service's status can be queried using the svcs(1) command.
SunOS 5.11 21 Mar 2005 ktkt_warnd(1M)