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:48:51 +0200
committerGuido Günther <agx@sigxcpu.org>2014-06-20 06:48:51 +0200
commit580cd3266f8805c01112017f233e22f54a54db11 (patch)
tree5ed2d0330f32e78a315562936e788eed361f9aea /src/krb5-auth-dialog.appdata.xml.in
parentNew upstream version 3.8.0 (diff)
downloadkrb5-auth-dialog-580cd3266f8805c01112017f233e22f54a54db11.tar.gz
krb5-auth-dialog-580cd3266f8805c01112017f233e22f54a54db11.tar.bz2
krb5-auth-dialog-580cd3266f8805c01112017f233e22f54a54db11.zip
New upstream version 3.12.0
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