Quote:
Originally Posted by ljm A users' addressbook isn't exposed via ldap.
Assuming you want a users's addressbook and not GAL, the options are: - use SOAP - if you search for "PHP SOAP" here on the forums you will get a sense of what is involved
- use the REST API to get the addressbook as a .csv
This is probably the least work to implement, because it is a simple http GET and then .csv parsing.
|
I don't mean the GAL indeed. i have been looking at these .csv but the first thing i noticed is: you don't get an identifier. If i want to use this list in another system, and the name of a person changes, i can't see it was the same person. I think i have to take a better look al SOAP. Thanks for your answer.