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/krb5-auth-dialog.schemas.in | 146 ---------------------------------------- 1 file changed, 146 deletions(-) delete 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 deleted file mode 100644 index 4a88f2b..0000000 --- a/src/krb5-auth-dialog.schemas.in +++ /dev/null @@ -1,146 +0,0 @@ - - - - /schemas/apps/krb5-auth-dialog/principal - /apps/krb5-auth-dialog/principal - krb5-auth-dialog - string - - - - Kerberos principal - The kerberos principal to acquire the ticket for - - - - - /schemas/apps/krb5-auth-dialog/pk_userid - /apps/krb5-auth-dialog/pk_userid - krb5-auth-dialog - string - - - - PKINIT identifier - The principal's public/private/certificate identifier when using PKINIT - - - - - /schemas/apps/krb5-auth-dialog/pk_anchors - /apps/krb5-auth-dialog/pk_anchors - krb5-auth-dialog - string - - - - PKINIT trust anchors - PKINIT CA certificates - - - - - /schemas/apps/krb5-auth-dialog/prompt_minutes - /apps/krb5-auth-dialog/prompt_minutes - krb5-auth-dialog - int - 30 - - - Prompt minutes before expiry - Start prompting/displaying notifications that many minutes before expiry - - - - - /schemas/apps/krb5-auth-dialog/forwardable - /apps/krb5-auth-dialog/forwardable - krb5-auth-dialog - bool - 0 - - - Forwardable ticket - Requested tickets should be forwardable - - - - - /schemas/apps/krb5-auth-dialog/renewable - /apps/krb5-auth-dialog/renewable - krb5-auth-dialog - bool - 0 - - - Renewable ticket - Requested tickets should be renewable - - - - - /schemas/apps/krb5-auth-dialog/proxiable - /apps/krb5-auth-dialog/proxiable - krb5-auth-dialog - bool - 0 - - - Proxiable ticket - Requested tickets should be proxiable - - - - - /schemas/apps/krb5-auth-dialog/notify/valid - /apps/krb5-auth-dialog/notify/valid - krb5-auth-dialog - bool - 1 - - - valid ticket notification - Notify user when ticket becomes valid - - - - - /schemas/apps/krb5-auth-dialog/notify/expiring - /apps/krb5-auth-dialog/notify/expiring - krb5-auth-dialog - bool - 1 - - - ticket expiring notification - Notify user when ticket is about to expire - - - - - /schemas/apps/krb5-auth-dialog/notify/expired - /apps/krb5-auth-dialog/notify/expired - krb5-auth-dialog - bool - 1 - - - ticket expired notification - Notify user when ticket has expired - - - - - /schemas/apps/krb5-auth-dialog/plugins/enabled - /apps/krb5-auth-dialog/plugins/enabled - krb5-auth-dialog - list - string - - - Enabled plugins - List of plugins that should be loaded and activated on startup. - - - - -- cgit