In general, the term refers to the notion of a user being presented with an editable "form" to fill in and submit in order to log in to some system or service.
0
votes
1answer
113 views
WSS V3 - 403 Error in folder of document library in extended webzone
I've got a server with wss v3 and i'm using a fba with sql-membershipprovider. The users which are using fba come to an extended webapplication. From outside this user must pass our ISA server where ...
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 ...
2
votes
1answer
744 views
Content Type, document template and forms authentication
I have a custom content type defined, with a document template, similar to below:
<ContentType
ID="0x010100120A74C7DFDA4C6fA8C3E519B41F421E"
Name="My Excel Library"
Group="My ...
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 ...
1
vote
3answers
1k views
Integrating SharePoint user profiles with forms authentication
I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I have deployed a publishing portal. It is using a custom forms authentication solution, i.e. I store user names, ...
1
vote
1answer
528 views
Can I use the audience targeting with FBA using Custom Provider?
Is there a way to use Custom Membership provider with Audience targetting?
The only way I found to do so is to duplicate the user creation by adding the user to Sharepoint group in addition to adding ...
2
votes
4answers
1k views
'Unknown error' on login with default FBA setup, an iisreset fixes for ~24hr
I have a basic WSS 3.0 site set up with an ASP.NET membership database and default forms login. There is no custom code or any customization on the entire site.
When I try to log in, I get 'unknown ...
3
votes
1answer
676 views
Site output cache with Forms authentication in a sub site
I have a Sharepoint 2007 puiblishing site. The top level site is purely anonymous and one of the children is using Forms authentication using Custom membership provider. The Admin site is using ...
1
vote
4answers
432 views
How to set anonymous user as a specific user
I am using SharePiont Server 2007 Enterprise with Windows Server 2008 Enterprise. I am developing using VSTS 2008 + C# + .Net 3.5. I am wondering whether SharePoint has any means to set an anonymous ...
0
votes
1answer
328 views
Forms authentication login page issue
I am using SharePoint 2007 Enterprise + Publishing portal template + Windows Server 2008. And I am developing using ASP.Net + C# + .Net 3.5 + VSTS 2008 on SharePoint Server 2007. I am developing a ...
0
votes
2answers
709 views
ValidateUser of Forms Authentication issue
I am using SharePoint 2007 Enterprise + Publishing portal template + Windows Server 2008. And I am developing using ASP.Net + C# + .Net 3.5 + VSTS 2008 on SharePoint Server 2007. I am developing a ...
2
votes
2answers
1k views
How do I allow users to change their password (ASP.NET membership)
Title says it all. I have an ASP.Net membership database (extranet) site set up, but users have no way to change thier passwords.