如何在SharePoint中从AD创建新用户

时间:2022-06-15 05:19:44

I am looking to have a SharePoint Extranet Portal setup for my "partner" clients. I want to make a site admin for each extranet site for each client. This admin would be able to add new users to the portal AND have that user be created in AD (Active Directory).

我希望为我的“合作伙伴”客户端设置SharePoint Extranet Portal。我想为每个客户端的每个外联网站点建立一个站点管理员。此管理员可以将新用户添加到门户网站,并在AD(Active Directory)中创建该用户。

Has anyone done this or know of a good tool that would provide me that ability to do this?

有没有人这样做或知道一个好的工具,可以为我提供这样做的能力?

2 个解决方案

#1


I would suggest using ADAM (Acitve Directory Application Mode). This way you separate your own company users. Seeing as it's AD, you can keep your existing authentication provider.

我建议使用ADAM(Acitve目录应用程序模式)。这样您就可以分离自己的公司用户。看到它是AD,您可以保留现有的身份验证提供程序。

See this tool (costs money though) for creating AD users.

请参阅此工具(但需要花钱)才能创建AD用户。

Bamboo Solutions User Account Setup Web Part.

Bamboo Solutions用户帐户设置Web部件。

DO a Google search for SharePoint and ADAM for more information.

在Google上搜索SharePoint和ADAM以获取更多信息。

#2


I found these articles on creating users into AD. You could use SmartPart and build your own web part and manage the security implications of this.

我找到了关于在AD中创建用户的这些文章。您可以使用SmartPart构建自己的Web部件并管理其安全隐患。

Here they are:

他们来了:

http://www.dotnetspider.com/resources/1242-Creating-New-User-Account-Active-Directory-usi.aspx

http://www.codeproject.com/KB/system/everythingInAD.aspx

Thanks!

#1


I would suggest using ADAM (Acitve Directory Application Mode). This way you separate your own company users. Seeing as it's AD, you can keep your existing authentication provider.

我建议使用ADAM(Acitve目录应用程序模式)。这样您就可以分离自己的公司用户。看到它是AD,您可以保留现有的身份验证提供程序。

See this tool (costs money though) for creating AD users.

请参阅此工具(但需要花钱)才能创建AD用户。

Bamboo Solutions User Account Setup Web Part.

Bamboo Solutions用户帐户设置Web部件。

DO a Google search for SharePoint and ADAM for more information.

在Google上搜索SharePoint和ADAM以获取更多信息。

#2


I found these articles on creating users into AD. You could use SmartPart and build your own web part and manage the security implications of this.

我找到了关于在AD中创建用户的这些文章。您可以使用SmartPart构建自己的Web部件并管理其安全隐患。

Here they are:

他们来了:

http://www.dotnetspider.com/resources/1242-Creating-New-User-Account-Active-Directory-usi.aspx

http://www.codeproject.com/KB/system/everythingInAD.aspx

Thanks!