From 6c66f3c0bfc6c655c53e552ba8ef487700a6e0bc Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 31 Mar 2013 16:24:35 +0200 Subject: New upstream version 3.8.0 --- src/org.gnome.KrbAuthDialog.gschema.xml | 70 +++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 src/org.gnome.KrbAuthDialog.gschema.xml (limited to 'src/org.gnome.KrbAuthDialog.gschema.xml') diff --git a/src/org.gnome.KrbAuthDialog.gschema.xml b/src/org.gnome.KrbAuthDialog.gschema.xml new file mode 100644 index 0000000..4764744 --- /dev/null +++ b/src/org.gnome.KrbAuthDialog.gschema.xml @@ -0,0 +1,70 @@ + + + + '' + Kerberos principal + The Kerberos principal to acquire the ticket for + + + '' + PKINIT identifier + The principal's public/private/certificate identifier when using PKINIT + + + '' + PKINIT trust anchors + PKINIT CA certificates + + + 30 + Prompt minutes before expiry + Start prompting/displaying notifications that many minutes before expiry + + + false + Forwardable ticket + Requested tickets should be forwardable + + + false + Renewable ticket + Requested tickets should be renewable + + + false + Proxiable ticket + Requested tickets should be proxiable + + + false + Configuration tickets + Show configuration tickets + + + + + + + true + valid ticket notification + Notify user when ticket becomes valid + + + true + ticket expiring notification + Notify user when ticket is about to expire + + + true + ticket expired notification + Notify user when ticket has expired + + + + + [] + Enabled plugins + List of plugins that should be loaded and activated on startup. + + + -- cgit