sogo/Tools/README.backup
Wolfgang Sourdeau cd20a4bb95 Monotone-Parent: 1fb8ef38e6540891b9c5b8b0bdb02bde0768f4d9
Monotone-Revision: 30fad51e106d0d41d97df28ae6130ac987d1af5f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-08-13T18:34:54
Monotone-Branch: ca.inverse.sogo
2009-08-13 18:34:54 +00:00

19 lines
522 B
Plaintext

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, ...);
... };
},
... };
}