aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-dialog.appdata.xml.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-06-20 06:49:04 +0200
committerGuido Günther <agx@sigxcpu.org>2014-06-20 06:49:04 +0200
commitd9eeb72aa19015c3e3ccf1b63f683c57c9f2305b (patch)
tree140e73d2fe77c066254b1c5c824006c82c8754a1 /src/krb5-auth-dialog.appdata.xml.in
parentDocument changes and release 3.8.0-3 (diff)
parentNew upstream version 3.12.0 (diff)
downloadkrb5-auth-dialog-d9eeb72aa19015c3e3ccf1b63f683c57c9f2305b.tar.gz
krb5-auth-dialog-d9eeb72aa19015c3e3ccf1b63f683c57c9f2305b.tar.bz2
krb5-auth-dialog-d9eeb72aa19015c3e3ccf1b63f683c57c9f2305b.zip
Merge tag 'upstream/3.12.0'
Upstream version 3.12.0 # gpg: Signature made Fr 20 Jun 2014 06:48:55 CEST # gpg: using RSA key 0x07B8B7B0EA98120B # gpg: please do a --check-trustdb # gpg: Good signature from "Guido Günther <agx@sigxcpu.org>" # gpg: aka "Guido Günther <gg@godiug.net>" # gpg: aka "Guido Günther <agx@debian.org>"
Diffstat (limited to 'src/krb5-auth-dialog.appdata.xml.in')
-rw-r--r--src/krb5-auth-dialog.appdata.xml.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/krb5-auth-dialog.appdata.xml.in b/src/krb5-auth-dialog.appdata.xml.in
new file mode 100644
index 0000000..0e4ef2d
--- /dev/null
+++ b/src/krb5-auth-dialog.appdata.xml.in
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2013 Guido Günther <agx@sigxcpu.org> -->
+<application>
+ <id type="desktop">krb5-auth-dialog.desktop</id>
+ <licence>CC0</licence>
+ <description>
+ <_p>
+ Kerberos Authentication allows you to list your current Kerberos tickets,
+ and to request a new ticket (authenticate to the Kerberos Server). It also
+ notifies you when your Kerberos credentials are about to expire and renews
+ your ticket automatically if possible.
+ </_p>
+ <_p>
+ This is useful if you need to authenticate to a Kerberos Server (KDC)
+ after your login to the desktop (e.g. on a mobile device).
+ </_p>
+ </description>
+ <screenshots>
+ <screenshot type="default" width="330" height="176">http://honk.sigxcpu.org/con/images/krb5-auth-dialog-pkinit.png</screenshot>
+ </screenshots>
+ <url type="homepage">https://honk.sigxcpu.org/piki/projects/krb5-auth-dialog/</url>
+ <updatecontact>agx_at_sigxcpu.org</updatecontact>
+</application>
bgstack15