Skip to content

Files

Latest commit

784503b · Feb 22, 2017

History

History
This branch is 3183 commits behind Alinto/sogo:master.

Tools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 20, 2017
Oct 14, 2014
Aug 13, 2009
Feb 13, 2016
Nov 2, 2016
Feb 9, 2017
Feb 9, 2017
Feb 9, 2017
Feb 9, 2017
Feb 9, 2017
Feb 9, 2017
Feb 13, 2016
Feb 13, 2016
Dec 1, 2016
Feb 22, 2017
Dec 1, 2016
Feb 13, 2016
Feb 13, 2016
Feb 13, 2016
Feb 22, 2017
Oct 19, 2016
Feb 9, 2017
Feb 9, 2017
Feb 9, 2017
Jul 22, 2015
Jun 13, 2016
Aug 10, 2016
Jun 13, 2016
Feb 13, 2016
Feb 9, 2017
Feb 9, 2017
Jun 23, 2016
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, ...);
                        ... };
             },
             ... };
}