Files
sogo/Tools
Ludovic Marcotte 633c7be228 Stripped the binary's path
Monotone-Parent: 14288343158630504eed5d7bd9f00d527cc97138
Monotone-Revision: 8e1a3af5628f31703023508d2fb742a933691c15

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-06-23T12:08:09
Monotone-Branch: ca.inverse.sogo
2010-06-23 12:08:09 +00:00
..
2010-06-23 12:08:09 +00:00
2010-06-23 12:08:09 +00:00

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