aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-dialog.schemas.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-04-18 00:25:03 +0200
committerGuido Günther <agx@sigxcpu.org>2009-04-18 00:25:03 +0200
commit6923ef5295e8e24677270553aaa71b413530837f (patch)
tree3c461917e421cd31234c09796dc8a90eccb72c7c /src/krb5-auth-dialog.schemas.in
parentit has kind of a homepage now (diff)
parentImported Upstream version 0.9~rc1 (diff)
downloadkrb5-auth-dialog-6923ef5295e8e24677270553aaa71b413530837f.tar.gz
krb5-auth-dialog-6923ef5295e8e24677270553aaa71b413530837f.tar.bz2
krb5-auth-dialog-6923ef5295e8e24677270553aaa71b413530837f.zip
Merge commit 'upstream/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