* src/krb5-auth-dialog.1.in: add a man page.
authornalin <nalin@517b70f8-ed25-0410-8bf6-f5db08f7b76e>
Wed, 2 Nov 2005 23:50:54 +0000 (23:50 +0000)
committernalin <nalin@517b70f8-ed25-0410-8bf6-f5db08f7b76e>
Wed, 2 Nov 2005 23:50:54 +0000 (23:50 +0000)
git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@45 517b70f8-ed25-0410-8bf6-f5db08f7b76e

ChangeLog
krb5-auth-dialog.spec.in
src/Makefile.am
src/krb5-auth-dialog.1.in [new file with mode: 0644]

index 9a9157265eb5e6c0036456b4daa8360c0a946033..fe793ca7b2c284633af988b230285395c01b743b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-02  Nalin Dahyabhai <nalin@redhat.com>
+
+       * src/krb5-auth-dialog.1.in: add a man page.
+
 2005-11-02  Nalin Dahyabhai <nalin@redhat.com>
 
        * configure.ac,src/krb5-auth-dialog.c: make the minimum acceptable
index e62cbe74f70aaa68dc8a01f3e173af2b6586f489..ff537251be20f33c7fc14a764b423a505c6e25a9 100644 (file)
@@ -34,6 +34,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc
 %{_bindir}/krb5-auth-dialog
+%{_mandir}/man?/krb5-auth-dialog.1*
 %{_datadir}/krb5-auth-dialog/
 
 
index df31d973e4bf739111107ddf92988e41488fded0..4392dd9678fab9472f5b03d8de3f7a7b8d3293b0 100644 (file)
@@ -2,6 +2,7 @@ INCLUDES =                              \
        -DGLADEDIR=\""$(datadir)/krb5-auth-dialog/"\"
 
 bin_PROGRAMS = krb5-auth-dialog
+man_MANS = krb5-auth-dialog.1
 
 krb5_auth_dialog_SOURCES =     \
        krb5-auth-dialog.c      \
@@ -14,5 +15,6 @@ glade_DATA =                  \
        krb5-auth-dialog.glade
 
 EXTRA_DIST =           \
-       $(glade_DATA)
+       $(glade_DATA)   \
+       krb5-auth-dialog.1.in
 
diff --git a/src/krb5-auth-dialog.1.in b/src/krb5-auth-dialog.1.in
new file mode 100644 (file)
index 0000000..7f83138
--- /dev/null
@@ -0,0 +1,37 @@
+.TH krb5-auth-dialog 2005/11/02 "GNOME" "System Administrator's Manual"
+
+.SH NAME
+krb5-auth-dialog \- Kerberos 5 credential checking
+
+.SH SYNOPSIS
+.B krb5-auth-dialog [--always|--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
+
+.IP --always
+By default, krb5-auth-dialog will exit if it finds that the user has no
+Kerberos credentials.  If this option is specified, then it will instead
+attempt to get credentials.
+
+.IP --auto
+Overrides the --always option, restoring the default behavior.
+
+.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>