mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-24 10:56:22 +00:00
semi-colon are useless in sql queries and probably breaks on oracle Monotone-Parent: e699f14b51f9de020728f6ca36fdcc283587d057 Monotone-Revision: aadc4759a64f724760d38bbdfd92715182856439 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-06-21T15:51:53
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, ...);
... };
},
... };
}