/usr/share/glib-2.0/schemas/com.canonical.landscape-client-settings.gschema.xml is in landscape-client-ui 14.01-0ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <?xml version="1.0" encoding="utf-8"?>
<schemalist>
<schema id="com.canonical.landscape-client-settings" path="/com/canonical/landscape-client-settings/">
<key type="s" name="management-type">
<default>"not"</default>
<summary>Whether the client settings UI currently set to a hosted client configuration, an LDS instance or no management service.</summary>
</key>
<key type="s" name="computer-title">
<default>""</default>
<summary>The title to register the machine with.</summary>
</key>
<key type="s" name="hosted-landscape-host">
<default>"landscape.canonical.com"</default>
<summary>The hostname of the Canonical hosted landscape system.</summary>
</key>
<key type="s" name="hosted-account-name">
<default>""</default>
<summary>An account name for use with the Canonical hosted landscape system.</summary>
</key>
<key type="s" name="hosted-password">
<default>""</default>
<summary>A password for use with the Canonical hosted landscape system</summary>
</key>
<key type="s" name="local-landscape-host">
<default>""</default>
<summary>The hostname of the local landscape system.</summary>
</key>
<key type="s" name="local-account-name">
<default>""</default>
<summary>An account name for use with the local landscape system.</summary>
</key>
<key type="s" name="local-password">
<default>""</default>
<summary>A password for use with the local landscape system</summary>
</key>
</schema>
</schemalist>
|