Quote:
Originally Posted by bhavionline Hello,
Could u please give me a direction where to start if i wish to extract contacts information lets say phone number, mobile number and pass it on to an external application. |
Zimbra implements the standard organizationalPerson LDAP objectClass. That information is browseable even on a anonymous bound.
That gives you access to the following fields:
organizationalPerson
[->person] - title $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l
As well as the following fields which are from Person:
person sn $ cn userPassword $ telephoneNumber $ seeAlso $ description core.
Now, if you wanted to modify these fields you would have to bind either as the user who you are editing, or as the administrator.