<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE users SYSTEM "users.dtd">
<users>
    <user login="the-user" password="some_user_passwd" reseller="the-reseller">
        <account balance="0" bpid="0" plan="Utest" startdate="01/16/2004">
            <info prefix="_ci_">
                <item name="first_name">John</item>
                <item name="last_name">The-User</item>
                <item name="company">John-the-user inc.</item>
                <item name="address1">Example Street 10</item>
                <item name="city">New York</item>
                <item name="state">New York</item>
                <item name="postal_code">ABC #J0</item>
                <item name="country">US</item>
                <item name="phone">###-###-####</item>
                <item name="email">john@example.com</item>
                <item name="type"/>
            </info>
            <info prefix="_bi_">
                <item name="first_name">John</item>
                <item name="last_name">The-User</item>
                <item name="company">John-the-user inc.</item>
                <item name="address1">Example Street 10</item>
                <item name="city">New York</item>
                <item name="state">New York</item>
                <item name="postal_code">ABC #J0</item>
                <item name="country">US</item>
                <item name="phone">###-###-####</item>
                <item name="email">john@example.com</item>
                <item name="type">Check</item>
            </info>
            <limits>
                <quota>100</quota>
            </limits>
            <domain ip="13.128.13.30" name="otst.zzzz.com" type="3ldomain">
                <webservice>
                    <settings index="fancy" multiview="disabled"
                        ssi="enabled" symlink="enabled"/>
                    <cgi>
                        <cgilistitem ext=".cgi"/>
                    </cgi>
                    <cgidir>
                        <listitem>/cgi-bin</listitem>
                    </cgidir>
                    <php3>
                        <listitem>.php3</listitem>
                        <listitem>.php</listitem>
                        <listitem>.phps</listitem>
                    </php3>
                    <vhost_alias>
                        <listitem>www</listitem>
                    </vhost_alias>
                </webservice>
                <subdomain name="super.otst.zzzz.com">
                    <webservice>
                        <settings index="fancy" multiview="disabled"
                            ssi="enabled" symlink="enabled"/>
                        <cgi>
                            <cgilistitem ext=".cgi"/>
                        </cgi>
                        <cgidir>
                            <listitem>/cgi-bin</listitem>
                        </cgidir>
                        <php3>
                            <listitem>.php3</listitem>
                            <listitem>.php</listitem>
                            <listitem>.phps</listitem>
                        </php3>
                        <vhost_alias>
                            <listitem>www</listitem>
                        </vhost_alias>
                    </webservice>
                </subdomain>
                <dns>
                    <record data="192.168.112.39" name="A" pref=""
                        ttl="86400" type="A"/>
                    <record data="123.45.67.89" name="B" pref="1" ttl="" type="MX"/>
                    <record data="123.23.45.67" name="C" pref=""
                        ttl="86400" type="CNAME"/>
                </dns>
            </domain>
                        <!-- MySQL server -->
            <mysql>
                <mysqldatabase
                    description="MySQL Database test_first" name="test_first"/>
                <mysqldatabase
                    description="MySQL Database test_second" name="test_second"/>
                <mysqluser login="test_first" password="testserver">
                    <grant on="test_first" privileges="grant all"/>
                </mysqluser>
                <mysqluser login="test_second" password="testserver">
                    <grant on="test_second" privileges="grant all"/>
                </mysqluser>
            </mysql>

            <!-- MSSQL server -->
            <mssql>
                <mssqldatabase name="test_mssql"
                    owner="test_mssql" quota="50">
                    <mssqluser login="test_mssql2" name="test_userok1"/>
                    <mssqluser login="test_mssql3" name="test_mssql3"/>
                </mssqldatabase>
                <mssqldatabase name="test_mssql2"
                    owner="test_mssql2" quota="50"/>
                <mssqllogin login="test_mssql" password="testserver"/>
                <mssqllogin login="test_mssql2" password="testserver"/>
            </mssql>

            <!-- PostgreSQL server -->
            <pgsql>
                <pgsqldatabase description="PostgreSQL Database {0}"
                    name="test_pgsql" owner="test_pgsql"/>
                <pgsqldatabase description="PostgreSQL Database {0}"
                    name="test_pgsql2" owner="test_pgsql"/>
                <pgsqluser name="test_pgsql" password="testserver"/>
                <pgsqluser name="test_pgsql2" password="testserver"/>
            </pgsql>
        </account>
    </user>
</users>

