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
..
GNUmakefile Monotone-Parent: ae401e761ad24b58a59b98817e4dc6c1bbbd2367 2010-04-15 21:14:56 +00:00
GNUmakefile.preamble Monotone-Parent: 5d23d693d45f1adefa599922f2e2244782b947d2 2010-01-25 17:38:21 +00:00
README.backup Monotone-Parent: 1fb8ef38e6540891b9c5b8b0bdb02bde0768f4d9 2009-08-13 18:34:54 +00:00
SOGoSockD.h Monotone-Parent: 1386ff575a581ce153a4d70c50dc0bed29d339ed 2010-03-31 20:15:11 +00:00
SOGoSockD.m Monotone-Parent: 7b6ad79fde0791f201e8b98eb957ded1410de5c1 2010-04-20 21:30:17 +00:00
SOGoSockDOperation.h Monotone-Parent: 4f981df6c4bdc933e2028d7a0ac984e74762dcb0 2010-04-23 16:29:35 +00:00
SOGoSockDOperation.m Monotone-Parent: 4f981df6c4bdc933e2028d7a0ac984e74762dcb0 2010-04-23 16:29:35 +00:00
SOGoSockDScanner.h Monotone-Parent: 1386ff575a581ce153a4d70c50dc0bed29d339ed 2010-03-31 20:15:11 +00:00
SOGoSockDScanner.m Monotone-Parent: 1386ff575a581ce153a4d70c50dc0bed29d339ed 2010-03-31 20:15:11 +00:00
SOGoTool.h Monotone-Parent: 7b6ad79fde0791f201e8b98eb957ded1410de5c1 2010-04-20 21:30:17 +00:00
SOGoTool.m Monotone-Parent: 7b6ad79fde0791f201e8b98eb957ded1410de5c1 2010-04-20 21:30:17 +00:00
SOGoToolBackup.m Stripped the binary's path 2010-06-23 12:08:09 +00:00
SOGoToolCheckDoubles.m Monotone-Parent: 6e63aa35b75cb2a5e245d67e76efebed7505a5e5 2010-04-15 21:15:10 +00:00
SOGoToolRemove.m Monotone-Parent: 7ad56d517ee86167bc71b34f0a08fd92931aa4cc 2010-04-15 21:14:53 +00:00
SOGoToolRemoveDoubles.m Monotone-Parent: 6e63aa35b75cb2a5e245d67e76efebed7505a5e5 2010-04-15 21:15:10 +00:00
SOGoToolRestore.m Stripped the binary's path 2010-06-23 12:08:09 +00:00
sogo-slapd-sockd.m Monotone-Parent: 2f9e650d437ad6f3b4629d6df38c98b8151e4f0f 2010-03-31 20:16:40 +00:00
sogo-tool.m Monotone-Parent: 513390dbae4bee1883ba285606980dafededd7e9 2010-04-28 17:58:19 +00:00

README.backup

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