0
votes
3answers
278 views

PeoplePicker not find users in FBA using multiple domains

I'm facing a problem with my forms authentication that has consumed me some good hours. My forms authentication points to 2 providers. Both are AD using a ldap connection to diferent domains. I have ...
0
votes
0answers
192 views

Create new UDC data connection with windows service user account

About a month ago we had a MOSS RAP meeting with MS Sharepoint Experts, they recommende us to use service user account to run the Sharepoint instances and our custom services too. We did it and it ...
0
votes
1answer
185 views

“Default Reader Site Group” people picker not retrieving SQL FBA users?

I have an issue with people picker for SQL FBA users in SSP admin site for "My Site Settings" page. I have added provider and role information SSP admin web.config file. And also I added "connection ...
0
votes
2answers
2k views

Sharepoint seeking authentication when opening Word / Excel files from website

The company I work for is using SharePoint as a CMS for it's public facing website. I recently enabled FBA (Forms Based Authentication) for the site in order to provide some user specific ...
0
votes
1answer
242 views

Custom properties of logged in user

I have written a custom membership provider for forms-based authentication to our SP site. The membership provider authenticates against our existing Users table in our DB. There are a few bits of ...
1
vote
2answers
162 views

With FBA, why do providers need to be registered in Central Admin web.config?

I have a web application that uses forms-based authentication. As part of the process of setting this up (e.g. these instructions), I need to register the FBA membership and role providers in Central ...
0
votes
2answers
816 views

SharePoint 2007 fails to redirect to login page

I have a SharePoint 2007 publishing portal that started throwing an error when user's click the Sign Out link. This started happening just this week and I can't tell what changes that have been made ...
0
votes
1answer
315 views

Forms Auth, Sharepoint Group, Form Group, Workflow Email notification

We have a publishing site using MOSS2007 that is using a Forms authentication and our own Membership and Role Provider We want to have a workflow that sends emails to the Approvers sharepoint group ...
0
votes
1answer
548 views

I have a problem trying to add FBA Users or Roles to a SharePoint site

I’ve added the membership and role provider keys for an FBA database into the web.config of a standard AD authenticated SharePoint site (as per Andrew Connells article). This should then allow me to ...
0
votes
1answer
1k views

How to update data in the user information list when using FBA

I've got to support a SharePoint web application which uses FBA with a custom membership and a custom role provider to authenticate the user against two different LDAPs. The user data are only stored ...
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 ...
0
votes
1answer
215 views

Configuring user profiles with forms authentication [duplicate]

Possible Duplicate: Integrating SharePoint user profiles with forms authentication I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I have deployed a ...