summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--samples/dmAccounts.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/samples/dmAccounts.xml b/samples/dmAccounts.xml
new file mode 100644
index 0000000..5c933f5
--- /dev/null
+++ b/samples/dmAccounts.xml
@@ -0,0 +1,20 @@
+<!-- This is a sample dmAccounts.xml. For OMA-DM testing purposes, test server
+info can be pushed in this format to /system/etc/ -->
+<DMAcc version="1">
+ <Account AccName="TestAccName"
+ ServerID="TestServerID"
+ Addr="https://test.server.addr/"
+ AddrType="1"
+ PortNbr="440"
+ ConRef=""
+ ServerName="ServerName"
+ AuthPref="DIGEST"
+ ServerPW="ServerPassword"
+ ServerNonce="abc123"
+ UserName="username"
+ ClientPW="ClientPassword"
+ ClientNonce="123abc"
+ ProxyAddr=""
+ ProxyPortNbr=""
+ />
+</DMAcc>