Files
snigdhaos-cinnamon-config/usr/share/glib-2.0/schemas/org.gnome.nm-applet.eap.gschema.xml
2024-12-27 06:45:21 +05:30

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>