LDAP Authentication Provider
I am trying to import user profiles into my SP2007 test setup. I am using an LDAP connection so I can import the profiles from a specific OU. In the connectin settings a "Provider" is asked for. I am using a Win2003 domain.
I have no idea what an LDAP provider is.
November 20th, 2010 10:55am
The provider in this case would be the same that you have specified in your
Web.config.
You can check the following article for more info on Properties
of the LDAP Role Provider
Hope that helps.
-Mukesh"Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread."
Free Windows Admin Tool Kit Click here and download it now
November 20th, 2010 12:54pm
The provider in this case would be the same that you have specified in your
Web.config.
You can check the following article for more info on Properties
of the LDAP Role Provider
Hope that helps.
-Mukesh"Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread."
November 20th, 2010 12:54pm
The provider in this case would be the same that you have specified in your
Web.config.
You can check the following article for more info on Properties
of the LDAP Role Provider
Hope that helps.
-Mukesh
Free Windows Admin Tool Kit Click here and download it now
November 20th, 2010 8:49pm
There must be 20-30 web.config files on my SP server.
How do I tell which one to look at?
November 21st, 2010 12:27pm
Hi,
The provider name is the name of the registered LDAP authentication provider. The provider name here needs to match the provider name specified in the
Web.config file.
In order to import user profiles and authenticate via LDAP, we should add a LDAP membership provider both in SharePoint Central Administrator site and
the web site.
You can find the provider name in your SharePoint Central Administrator web.config file.
I think this article can help you:
http://www.setfocus.com/technicalarticles/articles/MOSS2007-and-Novell-LDAP-Authentication.aspx
Hope it helps.
Xue-Mei Chang
TechNet Subscriber Support
in forum
If you have any feedback on our support, please contact
tngfb@microsoft.com
Xue-Mei Chang
Free Windows Admin Tool Kit Click here and download it now
November 21st, 2010 9:44pm
As Xue-Mei Chang has mentioned you will need to add the LDAP Role & MemberShip provider string in the Central Administrator's Web.Config and also in every Web.config of the web application where you will be using your LDAP.
Hope that helps.
-Mukesh"Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread."
November 22nd, 2010 5:44am
As Xue-Mei Chang has mentioned you will need to add the LDAP Role & MemberShip provider string in the Central Administrator's Web.Config and also in every Web.config of the web application where you will be using your LDAP.
Hope that helps.
-Mukesh
Free Windows Admin Tool Kit Click here and download it now
November 22nd, 2010 1:38pm