Hi, to centralize my address books I'm thinking of doing that via a LDAP service. As I haven't found a free service somewhere, I guess i have to implement this on my own.
So the basic idea is to implement a search (which is restricted to contacts only) and a small filtering capability. The search looks the records up in an backend mysql database. Pretty strait forward. All other functionalities like add, remove, edit, etc, are not supported (in first place - maybe never, don't know how restricted I am through the http protocol).
Does anyone know how the binding and search operation look like on the service, I've only found material how they are handled by client...
If someone know a free service (in php) that can be used on my public webserver, I would prefer not doing all the implementation work ;)
Thanks in advance