aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-dialog.1.in
blob: 7630fd58fb98261b03ec6a5fa5ca680a3c9116b2 (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
.TH krb5-auth-dialog 1 2005/11/02 "GNOME" "System Administrator's Manual"

.SH NAME
krb5-auth-dialog \- Kerberos 5 credential checking

.SH SYNOPSIS
.B krb5-auth-dialog [--auto]

.SH DESCRIPTION
The krb5-auth-dialog application will periodically check (every
@check_interval@ seconds) if the user has Kerberos credentials, and if so, if
they will expire soon (in less than @minimum_lifetime@ minutes).  If it
determines that this is the case, krb5-auth-dialog will attempt to obtain fresh
credentials, prompting the user for whatever information is necessary.

.SH ARGUMENTS

.TP
\fB--auto\fR
If this option is specified, \fkrb5-auth-dialog\f will start only if it
finds that the user has Kerberos credentials. This may be used to
ensure that only users who actually use Kerberos see the program.
Note that in some settings, users may authenticate to Kerberos at a
later time even if they do not have Kerberos credentials initially.

.SH "SEE ALSO"
.BR krb5.conf (5)

.SH BUGS
Probably, but let's hope not.  If you find any, please file them in the
bug database at http://bugzilla.gnome.org/ against the
"krb5-auth-dialog" component.

.SH AUTHORS
Christopher Aillon <caillon@redhat.com>
.br
Jonathan Blandford <jrb@redhat.com>
.br
Guido Günther <agx@sigxcpu.org>
bgstack15