mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-20 08:56:23 +00:00
Monotone-Parent: 857772ec1aaf974c6de49756782191a9e65a3ee0 Monotone-Revision: dbc2fb47336e631355604e1c4273613997a2bb90 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-10-13T01:27:57 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, ...);
... };
},
... };
}