aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-dialog.appdata.xml.in
blob: 09a53bc49ac274d9ea4850d19860ebba68e26526 (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
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2013 Guido Günther <agx@sigxcpu.org> -->
<component type="desktop">
  <id>krb5-auth-dialog.desktop</id>
  <metadata_license>CC0-1.0</metadata_license>
  <_name>Kerberos Authentication Dialog</_name>
  <_summary>Request, renew and view Kerberos tickets</_summary>
  <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" height="176" width="330">
      <image>http://honk.sigxcpu.org/con/images/krb5-auth-dialog-pkinit.png</image>
      <_caption>Kerberos authentication dialog</_caption>
    </screenshot>
  </screenshots>
  <url type="homepage">https://honk.sigxcpu.org/piki/projects/krb5-auth-dialog/</url>
  <update_contact>agx_at_sigxcpu.org</update_contact>
  <kudos>
    <kudo>AppMenu</kudo>
    <kudo>HiDpiIcon</kudo>
    <kudo>ModernToolkit</kudo>
    <kudo>Notifications</kudo>
  </kudos>
  <project_license>GPL-2.0+</project_license>
  <developer_name>Guido Günther</developer_name>
  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=krb5-auth-dialog</url>
  <url type="help">https://honk.sigxcpu.org/piki/projects/krb5-auth-dialog/</url>
</component>
bgstack15