sogo/Tools
Francis Lachapelle 66e70bf86f Added missing reference to OGoContentStore library for sogo-tool.
Monotone-Parent: cb5e9ddc0ef41b06a2543c662effea6af7d37902
Monotone-Revision: e961e37e8b7e809c653c4c8778e41e86e2929054

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-11-10T21:08:03
Monotone-Branch: ca.inverse.sogo
2010-11-10 21:08:03 +00:00
..
GNUmakefile Monotone-Parent: c7c119b8830f974eae43854ab61fdff9fc0c72d3 2010-08-19 17:40:28 +00:00
GNUmakefile.preamble Added missing reference to OGoContentStore library for sogo-tool. 2010-11-10 21:08:03 +00:00
README.backup Monotone-Parent: 1fb8ef38e6540891b9c5b8b0bdb02bde0768f4d9 2009-08-13 18:34:54 +00:00
SOGoEAlarmsNotifier.h Monotone-Parent: ce0a852faf4ba22891a76c3c85731b7a32e2d14a 2010-08-20 01:40:07 +00:00
SOGoEAlarmsNotifier.m Monotone-Parent: ce0a852faf4ba22891a76c3c85731b7a32e2d14a 2010-08-20 01:40:07 +00:00
SOGoSockD.h Monotone-Parent: 1386ff575a581ce153a4d70c50dc0bed29d339ed 2010-03-31 20:15:11 +00:00
SOGoSockD.m Monotone-Parent: 50723500f3fd2e527f835f55eb94a6a5f7413e40 2010-11-04 14:54:05 +00:00
SOGoSockDOperation.h Monotone-Parent: 4f981df6c4bdc933e2028d7a0ac984e74762dcb0 2010-04-23 16:29:35 +00:00
SOGoSockDOperation.m Monotone-Parent: a3184f032f327d5435e63f1c1a9a298908682dbd 2010-11-04 14:55:41 +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 style compliance 2010-09-03 15:51:22 +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: bc5b13a95fc1868b4361ef33d8fde7ec4ea09c75 2010-08-30 19:49:04 +00:00
SOGoToolRestore.m Stripped the binary's path 2010-06-23 12:08:09 +00:00
sogo-ealarms-notify.m Monotone-Parent: ce0a852faf4ba22891a76c3c85731b7a32e2d14a 2010-08-20 01:40:07 +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, ...);
                        ... };
             },
             ... };
}