Reduced functionality using forms authentication (

2019-07-13 03:43发布

I’ve got a moss document centre website with FBA and AD authentication enabled. After creating a picture library I seem to have reduced functionality when accessing the site through the FBA URL.

I’ve compared the web.config files from each IIS website and they are the same (apart from added FBA information that's required).

Here's two pictures to illustrate what I mean.

This picture shows the options available in the picture library when accessing the website through AD authentication:

alt text http://www.abbeylegal.com/Downloads/2006-07-26/Ad%20Authentication.jpg

This picture shows the reduced options available in the picture library when accessing the website through FBA authentication:

alt text http://www.abbeylegal.com/Downloads/2006-07-26/FBA%20Authentication.jpg

Anyone else seen this behaviour? I find it really strange.

2条回答
再贱就再见
2楼-- · 2019-07-13 04:09

This functionality is by design. As per Microsoft:

When you configure a zone to use forms authentication, the Enable Client Integration box is cleared by default. If a zone is configured in this way, the following changes occur in functionality:

  • Support for remote interfaces is turned off. That includes WebDAV, SOAP, and Microsoft Office FrontPage remote procedure calls (RPC). Some functionality is not available, such as Web folders or the Web services for accessing content in that site.
  • Some toolbar items no longer appear:
    • New Document
    • Open in Outlook
    • Open In Windows Explorer
    • Export to Spreadsheet
    • Open with Database Program
    • Explorer View option is hidden.
    • Create an Access View option is hidden.
  • In picture libraries, the following functionality is removed:
    • Upload Multiple
    • Edit Picture
    • Download
    • Send To
  • On the Edit Control Block (ECB) menu, the drop-down menu that appears when you click - items in document libraries, the following items are removed:
    • Edit in Word
    • Edit in Excel
    • Edit in PowerPoint
    • Discuss
    • Connect To Outlook
  • In slide libraries the following functionality is removed:
    • Publish Slide
    • Send to PowerPoint
  • Also, syncing SharePoint data with Microsoft Office Outlook no longer works.
查看更多
Lonely孤独者°
3楼-- · 2019-07-13 04:26

Form Authentication will reduce some functionality such as in document library. We won't see the new document, be able to edit it in the spreadsheet, be able to open it with Windows Explorer etc.

For that, we need to enable the feature called Client Integration in Authentication Provider. After enabling that, we'll get all menu items.

查看更多
登录 后发表回答