mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-20 00:46:23 +00:00
Monotone-Parent: 4eb36e8b2021cf9b64520bb8434bff43f5716ee9 Monotone-Revision: 2a908e25e6cc0e1dd4272685f53fe6594d1c949c Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-09-25T14:42:33 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, ...);
... };
},
... };
}