Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Active Directory input / output to and from SharePoint

  Asked By: Vanraj Mittal         Date: Oct 08, 2008      Category: Sharepoint      Views: 515
 

We would like to:
- Have a InfoPath for an individual to input their contact information (name,
email, group)
- Submit the InfoPath for approval
- Once approved either:
- Immediately have InfoPath to input the contact info into Active Directory
- Or have a Sharepoint Web Part that the contact infomation would have to be
inserted to Active Directory

- Finally have a SharePoint contact page displaying all members and groups
displayed in a SharePoint list.

Any solutions?

Tagged:                

 

3 Answers Found

 
Answer #1       Answered By: Shanda Nolan          Answered On: Oct 08, 2008       

I've written web  service methods that hit Active Directory, and are called
by InfoPath forms; that's probably the method I'd recommend.

The second part  is a little confusing. Do you really want all your AD info
in an actual SharePoint list, or do you just want to display a set number of
groups and users? If the latter, you could simply iterate through the
groups you want, making an LDAP call to get the users for each one; of
course, if the AD users will be SharePoint users, you could get the
information that way.

 
Answer #2       Answered By: Bailey Lewis          Answered On: Oct 08, 2008       

I'm just finishing a project that has a lot of these characteristics. It uses a
workflow built in Visual Studio with InfoPath task forms.

 
Answer #3       Answered By: Quentin Cummings          Answered On: Oct 08, 2008       

For the part  about displaying  SharePoint users and groups, you could use
this web  service: UserGroup.asmx

 
Didn't find what you were looking for? Find more on Active Directory input / output to and from SharePoint Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].