File: krb5-auth-dialog.doap

package info (click to toggle)
krb5-auth-dialog 43.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 2,676 kB
  • sloc: ansic: 3,661; lex: 161; xml: 151; python: 69; yacc: 42; sh: 11; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 1,194 bytes parent folder | download | duplicates (2)
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
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	 xmlns:foaf="http://xmlns.com/foaf/0.1/"
	 xmlns:gnome="http://api.gnome.org/doap-extensions#"
	 xmlns="http://usefulinc.com/ns/doap#">
	<name xml:lang="en">krb5-auth-dialog</name>
	<shortdesc xml:lang="en">Applet to acquire, monitor and refresh Kerberos tickets</shortdesc>
	<homepage rdf:resource="https://honk.sigxcpu.org/piki/projects/krb5-auth-dialog/" />
	<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/krb5-auth-dialog/issues/" />
	<download-page rdf:resource="http://download.gnome.org/sources/krb5-auth-dialog/" />
	<maintainer>
		<foaf:Person>
			<foaf:name>Guido Günther</foaf:name>
			<foaf:mbox rdf:resource="mailto:agx@sigxcpu.org" />
			<gnome:userid>guidog</gnome:userid>
		</foaf:Person>
	</maintainer>
	<description>krb5-auth-dialog is an applet for the GNOME desktop that monitors and
refreshes your Kerberos ticket. It pops up reminders when the ticket is
about to expire.

It features ticket autorenewal, supports PKINIT, can obtain tokens for
authentication to AFS, has a DBus API and is extensible via plugins.
	</description>
</Project>