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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2013 Guido Günther <agx@sigxcpu.org> -->
<component type="desktop">
<id>org.gnome.KrbAuthDialog.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>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="violence-desecration">none</content_attribute>
<content_attribute id="violence-slavery">none</content_attribute>
<content_attribute id="violence-worship">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="sex-homosexuality">none</content_attribute>
<content_attribute id="sex-prostitution">none</content_attribute>
<content_attribute id="sex-adultery">none</content_attribute>
<content_attribute id="sex-appearance">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">none</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">intense</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="43.0" date="2022-10-12"/>
<release version="3.26.1" date="2017-11-11"/>
</releases>
<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_group>GNOME</project_group>
<project_license>GPL-2.0+</project_license>
<translation type="gettext">krb5-auth-dialog</translation>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/krb5-auth-dialog/-/issues</url>
<url type="help">https://honk.sigxcpu.org/piki/projects/krb5-auth-dialog/</url>
</component>
|