Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

New to the whole Sharepoint business, so any help is appreciated. Whenever a new user is created in Active Directory, I'd like Sharepoint to automatically populate itself to add the entry as a contact.

How and where do I set up the LDAP lookup or automatically import AD details.

share|improve this question
Which version of SharePoint are you using? SharePoint Foundation does not include the User Profile Service Application or the ability to synchronize. – Mike Oryszak Dec 2 '11 at 4:53

3 Answers

You can have User profile synchronization and schedule the synchronization incremental timer job with the frequency you need.

share|improve this answer

You can follow these steps to create contacts from Active Directory in SharePoint 2010 / 2013 native list and replicate changes (one way only) via ADSI OLEDB driver and 3rd party connector codeless:

http://www.layer2.de/en/community/FAQs/cloud-connector/Pages/Office-365-AD-Phonebook.aspx

All list features are available in this way, eg. search or change notifications, workflows in SharePoint.

share|improve this answer

Spence's blog post is the best on the topic, all the background and then the specific how to: http://www.harbar.net/articles/sp2010ups.aspx

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.