aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-dialog.schemas.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-05-04 07:51:21 +0200
committerGuido Günther <agx@sigxcpu.org>2010-05-04 07:51:21 +0200
commit29320e2db78ba6e6b56af39219b0ce213b77592b (patch)
treeab74eb3246190f92d2b7a3eb82aa73c7d5a8f67b /src/krb5-auth-dialog.schemas.in
parentImported Upstream version 0.15 (diff)
downloadkrb5-auth-dialog-29320e2db78ba6e6b56af39219b0ce213b77592b.tar.gz
krb5-auth-dialog-29320e2db78ba6e6b56af39219b0ce213b77592b.tar.bz2
krb5-auth-dialog-29320e2db78ba6e6b56af39219b0ce213b77592b.zip
Imported Upstream version 0.16~rc1
Diffstat (limited to 'src/krb5-auth-dialog.schemas.in')
-rw-r--r--src/krb5-auth-dialog.schemas.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/krb5-auth-dialog.schemas.in b/src/krb5-auth-dialog.schemas.in
index f8c7348..bb59f8e 100644
--- a/src/krb5-auth-dialog.schemas.in
+++ b/src/krb5-auth-dialog.schemas.in
@@ -142,5 +142,18 @@
<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>
bgstack15