loopback: Check hostname/domainname validity
[framework/connectivity/connman.git] / doc / config-format.txt
index 9e9eee6..cf89c09 100644 (file)
@@ -16,6 +16,9 @@ These files can have an optional global entry describing the actual file.
 The 2 allowed fields for that entry are:
 - Name: Name of the network.
 - Description: Description of the network.
+- Protected: Configuration protection against being removed, modified or
+overwritten by a Manager.ProvisionService() call. If unset, this value defaults
+to TRUE, i.e. configs are protected by default.
 
 
 Service entry [service_*]
@@ -39,7 +42,9 @@ This is for private keys generated by using their own filesystem UUID as the
 passphrase. The PrivateKeyPassphrase field is ignored when this field is set
 to fsid.
 - Identity: Identity string for EAP.
-- Phase2: Phase2 (inner authentication with TLS tunnel) parameters.
+- Phase2: Phase2 (inner authentication with TLS tunnel) authentication method.
+Prefix the value with "EAP-" to indicate the usage of an EAP-based inner
+authentication method (should only be used with EAP = TTLS).
 - Passphrase: RSN/WPA/WPA2 Passphrase
 
 
@@ -50,6 +55,10 @@ This is a configuration file for a network providing EAP-TLS, EAP-TTLS and
 EAP-PEAP services.
 The respective SSIDs are tls_ssid, ttls_ssid and peap_ssid and the file name
 is example.config.
+Please note that the SSID entry is for hexadecimal encoded SSID (e.g. "SSID =
+746c735f73736964"). If your SSID does not contain any exotic character then
+you should use the Name entry instead (e.g. "Name = tls_ssid").
+
 
 example@example:[~]$ cat /var/lib/connman/example.config
 [global]