diff options
author | Philip Paeps <philip@paeps.cx> | 2014-06-19 13:19:55 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2014-06-23 16:50:57 +0200 |
commit | 752ccc5cdb34f427eefc26513a4c8e359883298f (patch) | |
tree | b4e43d7dac00f815a4ccd5028c0fa1b50353b79e | |
parent | bb535e7ba9e1fe7973161138a64cc6d4f7e9c051 (diff) | |
download | mobile-broadband-provider-info-752ccc5cdb34f427eefc26513a4c8e359883298f.tar.gz |
dtd: add attribute for authentication method
https://bugzilla.gnome.org/show_bug.cgi?id=731907
Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r-- | serviceproviders.2.dtd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/serviceproviders.2.dtd b/serviceproviders.2.dtd index b37e27e..497d972 100644 --- a/serviceproviders.2.dtd +++ b/serviceproviders.2.dtd @@ -18,6 +18,7 @@ gateway?, username?, password?, + authentication?, dns*, mmsc?, mmsproxy?)> @@ -81,6 +82,10 @@ <!ELEMENT password (#PCDATA)> <!-- password required for authentication when starting a packet data session --> +<!ELEMENT authentication EMPTY> +<!ATTLIST authentication method (chap|pap) #REQUIRED> +<!-- method to use for authentication when starting a packet data session --> + <!ELEMENT dns (#PCDATA)> <!-- Any static IPv4 DNS servers required for the provider; usually these are sent to the client automatically via PPP or PDP context negotiation and |