sogo/Tools
Wolfgang Sourdeau c74fe21484 Monotone-Parent: 4d4875b78377fad6c271a5fa4aca9647af06baed
Monotone-Revision: cbeb8ed4edd6c44d422f9251785ee9bfad432e71

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-03-28T23:44:08
Monotone-Branch: ca.inverse.sogo
2011-03-28 23:44:08 +00:00
..
GNUmakefile Monotone-Parent: c7c119b8830f974eae43854ab61fdff9fc0c72d3 2010-08-19 17:40:28 +00:00
GNUmakefile.preamble Monotone-Parent: b99a47157b925a50d1bf80f94b80de642f2aad73 2011-02-24 20:13:27 +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 See ChangeLog 2011-03-21 18:04:50 +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: 4d4875b78377fad6c271a5fa4aca9647af06baed 2011-03-28 23:44:08 +00:00
SOGoToolRestore.m Fixed sogo-tool restore regarding previous commit 2011-03-28 12:28:33 +00:00
sogo-ealarms-notify.m See ChangeLog 2011-02-17 20:06:12 +00:00
sogo-slapd-sockd.m See ChangeLog 2011-02-17 20:06:12 +00:00
sogo-tool.m See ChangeLog 2011-02-17 20:06:12 +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, ...);
                        ... };
             },
             ... };
}