mirror of
https://github.com/Snigdha-OS/snigdhaos-cinnamon-config.git
synced 2025-12-06 05:23:51 +01:00
16 lines
650 B
XML
16 lines
650 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
<schema id="org.gnome.nm-applet.eap" gettext-domain="libnma">
|
|
<key name="ignore-ca-cert" type="b">
|
|
<default>false</default>
|
|
<summary>Ignore CA certificate</summary>
|
|
<description>Set this to true to disable warnings about CA certificates in EAP authentication.</description>
|
|
</key>
|
|
<key name="ignore-phase2-ca-cert" type="b">
|
|
<default>false</default>
|
|
<summary>Ignore CA certificate</summary>
|
|
<description>Set this to true to disable warnings about CA certificates in phase 2 of EAP authentication.</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|