summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragx <agx@web>2009-04-09 14:50:38 +0200
committerWiki User <wikwik@wiki.sigxcpu.org>2009-04-09 14:50:38 +0200
commit47208346624e46af4f0008a04a72f9e8440c8728 (patch)
tree28b2f8f801c8448ffcf98bae78ba8ac09801dc97
parente505058b15c9657d6a6efed5740b115d1fcf47a0 (diff)
create page
-rw-r--r--projects/krb5-auth-dialog.mdwn20
1 files changed, 20 insertions, 0 deletions
diff --git a/projects/krb5-auth-dialog.mdwn b/projects/krb5-auth-dialog.mdwn
new file mode 100644
index 0000000..e8702f6
--- /dev/null
+++ b/projects/krb5-auth-dialog.mdwn
@@ -0,0 +1,20 @@
+Krb5-auth-dialog is a tray applet for the [GNOME](http://gnome.org) Desktop that monitors [Kerberos](http://web.mit.edu/kerberos/www/) tickets.
+
+### Features
+
+* it can alert the user via [notifications](http://www.galago-project.org/specs/notification/) when the ticket is about to expire
+* renewable tickets are being refreshed automatically
+* tickets can be acquired/refreshed at any time by clicking on the tray icon
+* the ticket cache can be removed via the context menu
+* applications can ask krb5-auth-dialog to acquire a Kerberos ticket via [DBus](http://dbus.freedesktop.org/). [virt-manager](http://virt-manager.et.redhat.com/) is using this and [here](http://honk.sigxcpu.org/unsorted-patches/offlineimap_acquire-tgt.diff)'s a patch for [offlineimap](http://software.complete.org/software/projects/show/offlineimap).
+
+### Source Code
+The source code is available via [GNOMEs SVN](http://svn.gnome.org/viewvc/krb5-auth-dialog/):
+
+ svn co svn://svn.gnome.org/svn/krb5-auth-dialog/trunk
+
+### Releases
+Releases are availale from [download.gnome.org](http://download.gnome.org/sources/krb5-auth-dialog/). The current stable release is [0.8](http://download.gnome.org/sources/krb5-auth-dialog/0.8/).
+
+### Debian Packages
+Debian packges are available from [debian.org](http://packages.debian.org/search?keywords=krb5-auth-dialog).