dupondje
dupondje
As checking further, there are multiple field that are annoying. Next one is wsrep_evs_repl_latency for example. Which has the following format: `The format of the output is ////.` And causes...
Those fiels are not in one of the following OpenLDAP scheme's Person organizationalPerson inetOrgPerson They seem to be MS LDAP values, and those are not supported (yet) in our LDAP...
Will check to implement those mappings (or eventually configurable mappings) when LDAP is working perfectly :)
Will do this later. But not at this time. To many changes to the config.php now, which you could merge with your local config.php.
If your code is just a checkout of this git, then if you 'git pull', you can easly merge you local config. This shouldn't be a big problem. There will...
That would be nice indeed!
Not 2 bugs should be opened for almost the same issue. use https://github.com/dupondje/PHP-Push-2/issues/29
Could you paste the whole backend/config and combined/config.php ? Thanks!
You PHP-Push will sync the following items: SYNC_FOLDER_TYPE_INBOX => 'i', SYNC_FOLDER_TYPE_DRAFTS => 'i', SYNC_FOLDER_TYPE_WASTEBASKET => 'i', SYNC_FOLDER_TYPE_SENTMAIL => 'i', SYNC_FOLDER_TYPE_OUTBOX => 'i', SYNC_FOLDER_TYPE_TASK => 'c', SYNC_FOLDER_TYPE_APPOINTMENT => 'c', SYNC_FOLDER_TYPE_CONTACT =>...
Will investigate!