Configuring SharePoint Protocol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2009 11:20 AM
I am fairly new to Alfresco and am trying to configure the Alfresco Protocol to work with Office 2007.
I have configured the custom.vti.properties file to say the following after installing the vti amp:
vti.server.port=7070
vti.alfresco.deployment.context=http://25.165.1.148:7070/alfresco
vti.share.shareHostWithPort=http://25.165.1.148:8080
I am using office 2007 and keep getting the following error when I try to create a Workspace.
"The action could not be completed. For more information, contact your site administrator, or try again later,"
Has anyone any ideas on what I might be doing wrong.
Gerald
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2009 06:38 AM
By default, alfrescoNtlm has SSO disabled. To switch it on you would add.
ntlm.authentication.sso.enabled=true
This would mean that all authentication with Alfresco (including sharepoint protocol) uses NTLM rather than username/password.
By default, passthru has SSO enabled. So if you include that in your chain then all SSO traffic would be handled by the domain server.
I hope that makes sense. You basically have to decide whether you want password-based login (in which case you can use any user account from any subsystem in your chain) or NTLM-based SSO (in which case only users with domain accounts will be able to sign in).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2009 09:56 AM
I originally had a test upgrade from 2.9b with ldap-synced users. Maybe that imposed a problem.
Now, after a reset and a new importation of users, I'm able to sign on as admin and with the credentials of an imported user.
authentication.chain=userauthentification

But as soon, as I switch on sso in passthru, I cannot authenticate anymore via SPP. I can still autosignon via browser and CIFS, but SPP is not accepting anything: neither the admin, nor my user credentials.
15:55:49,050 DEBUG [org.alfresco.module.vti.web.VtiFilter] Checking request for VTI or not
15:55:49,051 DEBUG [org.alfresco.module.vti.web.VtiFilter] Return VTI answer for HEAD request
15:55:49,051 DEBUG [org.alfresco.module.vti.web.VtiFilter] Check authentication
15:55:49,051 DEBUG [org.alfresco.module.vti.web.VtiFilter] Session user is null. Authenticate user.
ldap-auth is disabled,
ldap.authentication.active=false
because I'm only using it for importing user data.
So I'm a bit uncertain about the source of that problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2009 10:29 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2009 06:43 AM
https://issues.alfresco.com/jira/browse/ALFCOM-3234
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2009 08:38 AM
Please Note: This article describes configuration methods now outdated in the Alfresco version 3.2 release. For a more up to date description, refer to Alfresco Authentication Subsystems.
You shouldn't have to do anything fancy to turn on NTLM anymore besides using passthru or alfrescoNtlm and setting the sso flag to true.
I have logged this JIRA on your behalf
https://issues.alfresco.com/jira/browse/ETHREEOH-2534

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2009 08:51 AM
(Seems, like it could be confusing to still have those options in. Are there other points of usage for them?)
Since I also logged an issue, I connected mine with yours, again thanks for making it a blocker.
https://issues.alfresco.com/jira/browse/ETHREEOH-2534
https://issues.alfresco.com/jira/browse/ALFCOM-3234
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2009 10:40 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2009 09:43 AM
Regarding the JIRA database, is there a timeframe set, that 3.3 will be released in?
https://issues.alfresco.com/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&s...
Right now, the're pending issues for 3.2 listed, may that simply be a due cleanup?
https://issues.alfresco.com/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&s...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2009 11:35 AM
There's no release date for v3.3 yet, as we're still finalising requirements.
Thanks,
Mike

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2009 06:20 AM
