aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-dialog.appdata.xml.in
blob: b3e6ad2c7d309c989a31397fab42526ec474fccf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?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>
  <kudos>
    <kudo>AppMenu</kudo>
    <kudo>HiDpiIcon</kudo>
    <kudo>ModernToolkit</kudo>
    <kudo>Notifications</kudo>
  </kudos>
</application>
bgstack15