aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-dialog.schemas.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-04-18 00:24:56 +0200
committerGuido Günther <agx@sigxcpu.org>2009-04-18 00:24:56 +0200
commitd6eee4e647348875912d9c6853a8de0a7d6069ad (patch)
tree752fa2997f98bd625f83846e813c907eceed8233 /src/krb5-auth-dialog.schemas.in
parentImported Upstream version 0.8+svn141 (diff)
downloadkrb5-auth-dialog-d6eee4e647348875912d9c6853a8de0a7d6069ad.tar.gz
krb5-auth-dialog-d6eee4e647348875912d9c6853a8de0a7d6069ad.tar.bz2
krb5-auth-dialog-d6eee4e647348875912d9c6853a8de0a7d6069ad.zip
Imported Upstream version 0.9~rc1
Diffstat (limited to 'src/krb5-auth-dialog.schemas.in')
-rw-r--r--src/krb5-auth-dialog.schemas.in17
1 files changed, 15 insertions, 2 deletions
diff --git a/src/krb5-auth-dialog.schemas.in b/src/krb5-auth-dialog.schemas.in
index 13b05b2..4b7adb8 100644
--- a/src/krb5-auth-dialog.schemas.in
+++ b/src/krb5-auth-dialog.schemas.in
@@ -34,8 +34,21 @@
<default></default>
<locale name="C">
- <short>Pkinit identifier</short>
- <long>The principal's public/private/certificate identifier when using pkinit</long>
+ <short>PKINIT identifier</short>
+ <long>The principal's public/private/certificate identifier when using PKINIT</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/::PACKAGE::/pk_anchors</key>
+ <applyto>/apps/::PACKAGE::/pk_anchors</applyto>
+ <owner>::PACKAGE::</owner>
+ <type>string</type>
+ <default></default>
+
+ <locale name="C">
+ <short>PKINIT trust anchors</short>
+ <long>PKINIT CA certificates</long>
</locale>
</schema>
bgstack15