aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-dialog.schemas.in
blob: 4b7adb861272f3e4825dd1665c3a258047cf40c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/::PACKAGE::/show_trayicon</key>
      <applyto>/apps/::PACKAGE::/show_trayicon</applyto>
      <owner>::PACKAGE::</owner>
      <type>bool</type>
      <default>1</default>

      <locale name="C">
        <short>Show trayicon</short>
        <long>Show a trayicon in the status area of the panel</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/::PACKAGE::/principal</key>
      <applyto>/apps/::PACKAGE::/principal</applyto>
      <owner>::PACKAGE::</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/::PACKAGE::/pk_userid</key>
      <applyto>/apps/::PACKAGE::/pk_userid</applyto>
      <owner>::PACKAGE::</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/::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>

    <schema>
      <key>/schemas/apps/::PACKAGE::/prompt_minutes</key>
      <applyto>/apps/::PACKAGE::/prompt_minutes</applyto>
      <owner>::PACKAGE::</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/::PACKAGE::/forwardable</key>
      <applyto>/apps/::PACKAGE::/forwardable</applyto>
      <owner>::PACKAGE::</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/::PACKAGE::/renewable</key>
      <applyto>/apps/::PACKAGE::/renewable</applyto>
      <owner>::PACKAGE::</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/::PACKAGE::/proxiable</key>
      <applyto>/apps/::PACKAGE::/proxiable</applyto>
      <owner>::PACKAGE::</owner>
      <type>bool</type>
      <default>0</default>

      <locale name="C">
        <short>Proxiable ticket</short>
        <long>Requested tickets should be proxiable</long>
      </locale>
    </schema>
  </schemalist>
</gconfschemafile>
bgstack15