diff options
Diffstat (limited to 'src/krb5-auth-dialog.schemas.in')
-rw-r--r-- | src/krb5-auth-dialog.schemas.in | 146 |
1 files changed, 0 insertions, 146 deletions
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 @@ -<gconfschemafile> - <schemalist> - <schema> - <key>/schemas/apps/krb5-auth-dialog/principal</key> - <applyto>/apps/krb5-auth-dialog/principal</applyto> - <owner>krb5-auth-dialog</owner> - <type>string</type> - <default></default> - - <locale name="C"> - <short>Kerberos principal</short> - <long>The kerberos principal to acquire the ticket for</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/krb5-auth-dialog/pk_userid</key> - <applyto>/apps/krb5-auth-dialog/pk_userid</applyto> - <owner>krb5-auth-dialog</owner> - <type>string</type> - <default></default> - - <locale name="C"> - <short>PKINIT identifier</short> - <long>The principal's public/private/certificate identifier when using PKINIT</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/krb5-auth-dialog/pk_anchors</key> - <applyto>/apps/krb5-auth-dialog/pk_anchors</applyto> - <owner>krb5-auth-dialog</owner> - <type>string</type> - <default></default> - - <locale name="C"> - <short>PKINIT trust anchors</short> - <long>PKINIT CA certificates</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/krb5-auth-dialog/prompt_minutes</key> - <applyto>/apps/krb5-auth-dialog/prompt_minutes</applyto> - <owner>krb5-auth-dialog</owner> - <type>int</type> - <default>30</default> - - <locale name="C"> - <short>Prompt minutes before expiry</short> - <long>Start prompting/displaying notifications that many minutes before expiry</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/krb5-auth-dialog/forwardable</key> - <applyto>/apps/krb5-auth-dialog/forwardable</applyto> - <owner>krb5-auth-dialog</owner> - <type>bool</type> - <default>0</default> - - <locale name="C"> - <short>Forwardable ticket</short> - <long>Requested tickets should be forwardable</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/krb5-auth-dialog/renewable</key> - <applyto>/apps/krb5-auth-dialog/renewable</applyto> - <owner>krb5-auth-dialog</owner> - <type>bool</type> - <default>0</default> - - <locale name="C"> - <short>Renewable ticket</short> - <long>Requested tickets should be renewable</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/krb5-auth-dialog/proxiable</key> - <applyto>/apps/krb5-auth-dialog/proxiable</applyto> - <owner>krb5-auth-dialog</owner> - <type>bool</type> - <default>0</default> - - <locale name="C"> - <short>Proxiable ticket</short> - <long>Requested tickets should be proxiable</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/krb5-auth-dialog/notify/valid</key> - <applyto>/apps/krb5-auth-dialog/notify/valid</applyto> - <owner>krb5-auth-dialog</owner> - <type>bool</type> - <default>1</default> - - <locale name="C"> - <short>valid ticket notification</short> - <long>Notify user when ticket becomes valid</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/krb5-auth-dialog/notify/expiring</key> - <applyto>/apps/krb5-auth-dialog/notify/expiring</applyto> - <owner>krb5-auth-dialog</owner> - <type>bool</type> - <default>1</default> - - <locale name="C"> - <short>ticket expiring notification</short> - <long>Notify user when ticket is about to expire</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/krb5-auth-dialog/notify/expired</key> - <applyto>/apps/krb5-auth-dialog/notify/expired</applyto> - <owner>krb5-auth-dialog</owner> - <type>bool</type> - <default>1</default> - - <locale name="C"> - <short>ticket expired notification</short> - <long>Notify user when ticket has expired</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/krb5-auth-dialog/plugins/enabled</key> - <applyto>/apps/krb5-auth-dialog/plugins/enabled</applyto> - <owner>krb5-auth-dialog</owner> - <type>list</type> - <list_type>string</list_type> - - <locale name="C"> - <short>Enabled plugins</short> - <long>List of plugins that should be loaded and activated on startup.</long> - </locale> - </schema> - </schemalist> -</gconfschemafile> |