summaryrefslogtreecommitdiff
path: root/projects/krb5-auth-dialog.mdwn
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-03-06 20:08:01 +0100
committerGuido Günther <agx@sigxcpu.org>2011-03-06 20:08:01 +0100
commitf369a67adff30feb2ec265bc1436ddf9ef74651f (patch)
tree7462b76466b7c1d20d19409c1123b2ea26ee2d6d /projects/krb5-auth-dialog.mdwn
parentd87b525ba7d3a049e8f1729e7d4779e2439f3bbb (diff)
fix link
Diffstat (limited to 'projects/krb5-auth-dialog.mdwn')
-rw-r--r--projects/krb5-auth-dialog.mdwn10
1 files changed, 5 insertions, 5 deletions
diff --git a/projects/krb5-auth-dialog.mdwn b/projects/krb5-auth-dialog.mdwn
index 2c0402d..a40fa2f 100644
--- a/projects/krb5-auth-dialog.mdwn
+++ b/projects/krb5-auth-dialog.mdwn
@@ -6,12 +6,12 @@ Krb5-auth-dialog is a tray applet for the [GNOME](http://gnome.org) Desktop that
### Features
-* It can alert the user via [notifications](http://www.galago-project.org/specs/notification/) when the ticket is about to expire
-* Tickets can be acquired by clicking on the tray icon
-* If the notification daemon supports persistence (like in GNOME3) the tray icon can be avoided and resident notifications are used
+* It can alert the user via [notifications](http://www.galago-project.org/specs/notification/) when the ticket is about to expire.
+* Tickets can be acquired by clicking on the tray icon.
+* If the notification daemon supports persistence (like in [GNOME 3][2]) the tray icon can be avoided and resident notifications are used.
* Current tickets in the credential cache can be listed.
* It can be extended using [plugins](http://git.gnome.org/browse/krb5-auth-dialog/tree/plugins/ka-plugin-dummy.c). This can be used to extend krb5-auth-dialog to e.g. handle things like [kx509](https://bugzilla.gnome.org/show_bug.cgi?id=347034).
-* A plugin to acquire AFS tickets is available as well as a sample plugin.
+* A plugin to acquire AFS tickets is available as well as a sample plugin.
* A [DBus][] API for applications to acquire a Kerberos ticket and to remove the credentials cache is provided. [virt-manager][] is using this and [here](http://honk.sigxcpu.org/unsorted-patches/offlineimap_acquire-tgt.diff)'s a patch for [offlineimap][]. There are more [examples][1].
* [DBus][] signals notify applications about acquired, renewed and expired tickets. This can be used to e.g. run [aklog](http://docs.openafs.org/Reference/1/aklog.html) via this [example](http://git.gnome.org/browse/krb5-auth-dialog/commit/?id=c374a7f8dbe6ef40c65752e3f35635d50d6b9260).
* It supports PKinit (e.g. via SmartCard) when built against [Heimdal](http://h5l.org).
@@ -103,4 +103,4 @@ krb5-auth-dialog is free software and licensed under the GPL Version 2.
[Migrate to GDBus]: https://bugzilla.gnome.org/show_bug.cgi?id=622885
[0]: http://git.gnome.org/browse/krb5-auth-dialog/tree/README
[1]: http://git.gnome.org/browse/krb5-auth-dialog/tree/examples
-[2[: http://www.gnome3.org/
+[2]: http://www.gnome3.org/