Hello,
I'm trying to manage the Directory but at the Moment i'm stuck ...
my System:
Windows Server 2012 R2
ME 8.51 Enterprise Premium
IIS + PHP
I would like to publish the latest contacts via ldap and EAS, this should work with the global-adressbook and also with the personal contacts of specific ME-Accounts
my first idea was to use the COM-object MEAODP.Directory, but i'm not able to include phonenumbers, just email-adresses
so the next idea was to publish the Contents directly via ldap, but it seems that the ldap-backend in ME is not able to write because the ldap always Returns "Server is unwilling to perform"
my next idea was to create a csv-file with the data and Import it, but i don't know if there is a console-command to execute that will Import the data
my last idea would be to Change the configurtaion-store to mysql and add entries manually via php and of course create the VCF-files manually
Is there any solution for doing this?