~ubuntu-branches/ubuntu/lucid/landscape-client/lucid-updates

« back to all changes in this revision

Viewing changes to glib-2.0/schemas/com.canonical.landscape-client-settings.gschema.xml

  • Committer: Package Import Robot
  • Author(s): Andreas Hasenack
  • Date: 2012-04-10 14:28:48 UTC
  • mfrom: (1.1.27)
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: package-import@ubuntu.com-20120410142848-7xsy4g2xii7y7ntc
ImportĀ upstreamĀ versionĀ 12.04.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<schemalist>
 
3
  <schema id="com.canonical.landscape-client-settings" path="/com/canonical/landscape-client-settings/">
 
4
    <key type="s" name="management-type">
 
5
      <default>"not"</default>
 
6
      <summary>Whether the client settings UI currently set to a hosted client configuration, an LDS instance or no management service.</summary>
 
7
    </key>
 
8
    <key type="s" name="computer-title">
 
9
      <default>""</default>
 
10
      <summary>The title to register the machine with.</summary>
 
11
    </key>
 
12
    <key type="s" name="hosted-landscape-host">
 
13
      <default>"landscape.canonical.com"</default>
 
14
      <summary>The hostname of the Canonical hosted landscape system.</summary>
 
15
    </key>
 
16
    <key type="s" name="hosted-account-name">
 
17
      <default>""</default>
 
18
      <summary>An account name for use with the Canonical hosted landscape system.</summary>
 
19
    </key>
 
20
    <key type="s" name="hosted-password">
 
21
      <default>""</default>
 
22
      <summary>A password for use with the Canonical hosted landscape system</summary>
 
23
    </key>
 
24
    <key type="s" name="local-landscape-host">
 
25
      <default>""</default>
 
26
      <summary>The hostname of the local landscape system.</summary>
 
27
    </key>
 
28
    <key type="s" name="local-account-name">
 
29
      <default>""</default>
 
30
      <summary>An account name for use with the local landscape system.</summary>
 
31
    </key>
 
32
    <key type="s" name="local-password">
 
33
      <default>""</default>
 
34
      <summary>A password for use with the local landscape system</summary>
 
35
    </key>
 
36
  </schema>
 
37
</schemalist>