mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-21 17:36:24 +00:00
Monotone-Parent: 193c17735fe473ec69d1c4ef59dcdce44a461da8 Monotone-Revision: 58318ff8b98f933c6f6fffe3d652a2954b890c7c Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-03-04T19:29:48 Monotone-Branch: ca.inverse.sogo
fileformat:
-----------
Property list:
{
ldif_record = "dn: xxxxx\nfield: xxxx\n...";
preferences = ( settingsdict, defaultsdict );
tables = { "c_path4" = {
displayname = "c_folder_name";
records = { c_name = c_content1;
c_name2 = c_content2;
... };
acl = { userA = ( role1, role2, ...);
userB = ( role1, role2, ...);
... };
},
... };
}