Table of contents ▼▲
Bug 21 - Format of user/group files is not documented
As always, a lack of docs... I will include samples of both files next time round...
__acl_users.acl
<?xml version="1.0" encoding="UTF-8" ?>
<acl:acl xmlns:acl="//turland.net/WikiDX/acl">
<acl:users>
<acl:user name="darren" pwd="971ef6d7..........7633686c8e124a" email="darren@xxxxx.xxxxx" grp="admin" />
<acl:user name="test" pwd="0cc175b9c0..........99e269772661" email="test@test.com" />
</acl:users>
<acl:groups>
<acl:group name="admin" />
</acl:groups>
</acl:acl>
__acl_auth.acl
<?xml version="1.0" encoding="UTF-8" ?>
<acl:acl xmlns:acl="//turland.net/WikiDX/acl" >
<acl:item page="*" grp="all" lvl="1" />
<acl:item page="*" grp="named" lvl="2" />
<acl:item page="start" grp="all" lvl="0" />
</acl:acl>
Thanks :-) [Uffe]