From 6a45cdd4cc1321567d929f41721792c9e3d38401 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 18 Oct 2008 18:17:19 +0200 Subject: Imported Upstream version 0.7.jit26357da --- src/krb5-auth-dialog.schemas.in | 55 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 src/krb5-auth-dialog.schemas.in (limited to 'src/krb5-auth-dialog.schemas.in') diff --git a/src/krb5-auth-dialog.schemas.in b/src/krb5-auth-dialog.schemas.in new file mode 100644 index 0000000..2a3a707 --- /dev/null +++ b/src/krb5-auth-dialog.schemas.in @@ -0,0 +1,55 @@ + + + + /schemas/apps/::PACKAGE::/show_trayicon + /apps/::PACKAGE::/show_trayicon + ::PACKAGE:: + bool + 1 + + + Show trayicon + Show a trayicon in the status area of the panel + + + + + /schemas/apps/::PACKAGE::/principal + /apps/::PACKAGE::/principal + ::PACKAGE:: + string + + + + Kerberos principal + The kerberos principal to acquire the ticket for + + + + + /schemas/apps/::PACKAGE::/pk_userid + /apps/::PACKAGE::/pk_userid + ::PACKAGE:: + string + + + + Pkinit identifier + The principal's public/private/certificate identifier when using pkinit + + + + + /schemas/apps/::PACKAGE::/prompt_minutes + /apps/::PACKAGE::/prompt_minutes + ::PACKAGE:: + int + 30 + + + Prompt minutes before expiry + Start prompting/displaying notifications that many minutes before expiry + + + + -- cgit