locked
How to import users from Active directory in to sharepoint Application RRS feed

  • Question

  • Hi friends,


         Currently i have one site and i am loging in to the site through windows authentication.now i want to import users from active directory.
    so that the user name should check in the active directory weather the user exist or not .How can i import the users and what changes i need to do .

    Plz help me. Thanks in Advance,
    Friday, December 12, 2008 7:21 AM

Answers

  • Hello,
    The AD-SSP connection is managed using the User Profiles and Properties->Import Source of the SSP.
    /WW
    http://www.wictorwilen.se/
    • Proposed as answer by nuclear Friday, December 12, 2008 4:31 PM
    • Marked as answer by Matt Burnett Friday, December 12, 2008 4:57 PM
    Friday, December 12, 2008 9:28 AM

All replies

  • Hi,
    first of all, are you using WSS 3.0 or MOSS 2007. Secondly if you are using Windows auth then the users has to exist in AD (or on the local server) to be able to authenticate, so there are no need to check if they exist.
    /WW
    http://www.wictorwilen.se/
    Friday, December 12, 2008 8:15 AM
  • Hi Wictor,

    i am currently using MOSS 2007 and the users exist in Active directory. when ever the user enter(Login) in to the site we need to check in Active directory.for that we need to connect active directory to SSP(Shared service Provider) so i wan tto know how can we connect Active directory to Shared service provider


    Active directory---------->SSP--------->Sitecollection(our site)


    This is the structure we need to follow to retrive the users from the Active Directory.
    Friday, December 12, 2008 9:05 AM
  • Hello,
    The AD-SSP connection is managed using the User Profiles and Properties->Import Source of the SSP.
    /WW
    http://www.wictorwilen.se/
    • Proposed as answer by nuclear Friday, December 12, 2008 4:31 PM
    • Marked as answer by Matt Burnett Friday, December 12, 2008 4:57 PM
    Friday, December 12, 2008 9:28 AM
  • Create a feature that searchs through the AD users and create each AD user as a SPUser in sharepoint if not already exists.
    Friday, December 12, 2008 12:43 PM
  • If the server in which you install MOSS is in the domain, then you need to do any thing extra configuration steps because SharePoint will automatically detect AD.

    You need not to worry about whether the user exists in AD or not, because Windows authentication itself will take care off. Windows authentication will fail if the user does not exist. You are really not required to import user profiles to SharePoint to authenticate. A user profile record will automatically get created in User Profiles database if it does not exist when you add a user to MOSS. More over SharePoint will not do authentication. It relies on windows, ASP.NET and IIS to perform that function.
    Friday, December 12, 2008 1:51 PM
  •  
    You can also set up SharePoint to use the Active Directory MembershipProvider class, you don't neccessarily need to setup Forms Based Authentication


    Another usefull link might be:
    http://msdn.microsoft.com/en-us/library/ms998345.aspx
    Friday, December 12, 2008 4:37 PM