1 <?xml version='1.0' encoding='UTF-8'?>
2 <system xmlns='com/interrupt/bookkeeping'
3 xmlns:users='com/interrupt/bookkeeping/users'
4 xmlns:bkell='com/interrupt/bookkeeping/cc/bkell'
5 xmlns:command='com/interrupt/bookkeeping/cc/bkell/command'
6 xmlns:interpret='com/interrupt/bookkeeping/interpret'
7 xmlns:aauth='com/interrupt/bookkeeping/cc/bkell/aauth'
11 <aauth:aauthentication id='main.authentication' sessiontimeout="6000" >
14 <users:groups id="aauth.groups" >
15 <users:group id="webkell" name="Webkell" owner="root" >
17 <users:user id="root" />
22 <users:users id="aauth.users" >
24 <!-- this user has a default 10 minute session timeout period (1000 * 60 * 10 = 600'000 milliseconds) -->
25 <users:user id="root" username="root" password="password" logintimeout="600000"
26 accountLevel="FREE" defaultGroup='webkell' authenticated="" >
28 <users:userSession id='' groupid='' userid='' >
29 <aauth:aauthentication id='main.authentication' />
32 <users:profileDetails id='user.details' >
33 <users:profileDetail id='first.name' name='first.name' value='' />
34 <users:profileDetail id='last.name' name='last.name' value='' />
35 <users:profileDetail id='name' name='email' value='' />
36 <users:profileDetail id='country' name='country' value='' />
37 </users:profileDetails>
43 </aauth:aauthentication>
46 <users:groups id="main.groups" >