mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-10 17:31:23 +00:00
Monotone-Parent: 4b7f399fbc3a148bb537b71896b85b75569d5f5f Monotone-Revision: 7b6c0dbf0ad6e6acc3aff1ca99e36772eba250dc Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-09-03T10:49:59 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, ...);
... };
},
... };
}