Tagged Questions
0
votes
1answer
25 views
FBA with LDAP shows account name not the User Given Name
I have implemented FBA with LDAP. The people editor is resolving FBA users, but it shows the Account Name, not the Name.
e.g. , but I want name for that employee.
Here is the Membership provide which ...
2
votes
1answer
48 views
Configuring SP2013 Foundation with Forms-Based Authentication (OpenLDAP)
I am having difficulty setting up Sharepoint Foundation 2013 to use forms-based authentication with an external LDAP provider.
I have followed the instructions here:
...
0
votes
0answers
25 views
Why to implement FBA with LDAP
I have to create custom login page for windows authentication so why do I need to implement LDAP in FBA.Can't I use default NTLM in claim base and set my custom login page for authentication?
0
votes
0answers
54 views
Why is forms-based authentication and groups
I have setup a SharePoint 2010 server with a web application using FBA and Ldap.
I followed the steps outlined here: http://technet.microsoft.com/en-us/library/ee806890(v=office.14).aspx
When I add ...
1
vote
1answer
120 views
LDAP FBA Authentication and user profiles
I have a web app that uses FBA and LDAP (Active Directory). Users are able to login to the site without any issue. As part of on boarding process, users are redirected to their mysite "edit profile" ...
0
votes
1answer
83 views
Sharepoint 2010 ldap exception FaultException`1 [closed]
i've followed the instruction on the following link:
Configuring Forms Based Authentication in SharePoint 2010
when user logged in: if the username and the password is wrong a message is appear to ...
0
votes
0answers
161 views
EnsureUser returns none existing users using ldapprovider
I'm writing a PowerShell script that adds users to a SharePoint site. To check if the user exists I'm calling the EnsureUser. But my issue is that the when calling this method with a ldap membership ...
2
votes
1answer
190 views
Windows Auth and Forms with LDAP provider - merge identity?
I have a need to handle two unique authentication scenarios:
"Off network" - provide a login form (Forms based auth)
"In Network" - traditional windows auth / no form
This is the same user base - ...
0
votes
0answers
345 views
ldap and user profile attributes
I have an extended webapp that uses the LDAP provider so users can log in without the fun windows integrated popup. I configured the User Profile Sync Application to use my Forms/LDAP Provider and ...
0
votes
2answers
1k views
Unable to establish secure connection with the server ActiveDirectory
i m trying to enable FBA mode in my sharepoint.
Followed all tutorials from msdn and blogs. but i am still not able to make it working.
here is how my web.config looks like
<connectionStrings>
...
1
vote
2answers
1k views
LdapRoleProvider Problem in SharePoint FBA
I have a question regarding SharePoint FBA with LDAP against AD.
Currently, I have configured LDAP with LdapMembershipProvider (AD) and LdapRoleProvider (ldaprole) in SharePoint with the following ...