<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Acces depuis MS Word impossible in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/acces-depuis-ms-word-impossible/m-p/149716#M104651</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bonjour,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Voila un moment que j'essaie de configurer alfresco et j'y suis presque arrivee … reste un probleme que je vous explique.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Serveur Alfresco community 3.2 (sur un Centos)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- authentification passthru&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- module vti et opal &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Aucune erreur dans les logs au demarrage, l'acces via Internet explorer fonctionne, l'acces via l'explorateur aussi. Le module OPAL fonctionne bien, je peux utiliser openoffice depuis mes clients avec Alfresco. Le module vti semble bien fonctionner sauf dans certains cas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Avec windows xp(+MS Office 2003), je peux travailler sur les workspace sans probleme.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Avec windows server 2003(+MS Office 2007), idem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Avec windows server 2008(+MS Office 2003), impossible de creer ou d'ouvrir un workspace …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tout d'abord j'avais eu une erreur dans les les logs parlant de ntlmv2 non supporte, j'ai donc modifier Local Policies-&amp;gt;Security Options-&amp;gt;Network security : LAN Manager authentication level = Send LM&amp;nbsp; &amp;amp; NTLM - use NTLMv2 session security if negociated&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Depuis plus aucune erreur dans les logs et Word me demande plusieurs fois mon login/password sans arriver a quoique ce soit de concluant …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Si vous avez une idee de la source du probleme je suis preneuse&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS : j'ai une install avec alfresco 3.3 mais pas trouve de module opal fonctionnant dessus, l'erreur est sensiblement la meme, sauf qu'avec la 3.3 word ne me demande pas mon login/mot de passe … c'est directe refuse&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;— EDIT —&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;J'ai modifie mon alfresco-global.properties pour y ajouter "alfrescoNtlm1:alfrescoNtlm", etrange que ca fonctionne sans. Mais depuis j'ai de nouveau la meme erreur dans les logs&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;11:21:13,368&amp;nbsp; ERROR [auth.ntlm.NtlmAuthenticationHandler] Client XXXXXXX using NTLMv2 logon, not valid with passthru authentication&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Je comprends pas pourquoi windows s'obstine a utiliser ntlmv2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;alfresco-global.properties :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;authentication.chain=passthru1:passthru,alfrescoNtlm1:alfrescoNtlm&lt;BR /&gt;&lt;BR /&gt;passthru.authentication.servers=XXXXXXX\\x.x.x.x,x.x.x.x&lt;BR /&gt;passthru.authentication.domain=""&lt;BR /&gt;passthru.authentication.useLocalServer=false&lt;BR /&gt;passthru.authentication.sso.enabled=true&lt;BR /&gt;ntlm.authentication.sso.enabled=true&lt;BR /&gt;alfresco.authentication.allowGuestLogin=false&lt;BR /&gt;ntlm.authentication.mapUnknownUserToGuest=false&lt;BR /&gt;passthru.authentication.guestAccess=false&lt;BR /&gt;passthru.authentication.defaultAdministratorUserNames=xxxxx&lt;BR /&gt;&lt;BR /&gt;passthru.authentication.authenticateCIFS=true&lt;BR /&gt;passthru.authentication.authenticateFTP=true&lt;BR /&gt;&lt;BR /&gt;filesystem.name=Alfresco&lt;BR /&gt;&lt;BR /&gt;cifs.enabled=true&lt;BR /&gt;cifs.localname=${localname}&lt;BR /&gt;cifs.domain=XXXXXX&lt;BR /&gt;cifs.broadcast=255.255.255.255&lt;BR /&gt;cifs.bindto=0.0.0.0&lt;BR /&gt;cifs.ipv6=disabled&lt;BR /&gt;cifs.hostannounce=true&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ftp.enabled=false&lt;BR /&gt;ftp.ipv6=disabled&lt;BR /&gt;nfs.enabled=false&lt;BR /&gt;&lt;BR /&gt;vti.server.port=7070&lt;BR /&gt;vti.alfresco.deployment.context=/alfresco&lt;BR /&gt;vti.alfresco.alfrescoHostWithPort=&lt;A href="http://x.x.x.x:8080" rel="nofollow noopener noreferrer"&gt;http://x.x.x.x:8080&lt;/A&gt;&lt;BR /&gt;vti.share.shareHostWithPort=&lt;A href="http://x.x.x.xx:8080" rel="nofollow noopener noreferrer"&gt;http://x.x.x.xx:8080&lt;/A&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Aug 2010 12:49:13 GMT</pubDate>
    <dc:creator>deedlith</dc:creator>
    <dc:date>2010-08-27T12:49:13Z</dc:date>
    <item>
      <title>Acces depuis MS Word impossible</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/acces-depuis-ms-word-impossible/m-p/149716#M104651</link>
      <description>Bonjour,Voila un moment que j'essaie de configurer alfresco et j'y suis presque arrivee … reste un probleme que je vous explique.- Serveur Alfresco community 3.2 (sur un Centos)- authentification passthru- module vti et opal Aucune erreur dans les logs au demarrage, l'acces via Internet explorer fon</description>
      <pubDate>Fri, 27 Aug 2010 12:49:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/acces-depuis-ms-word-impossible/m-p/149716#M104651</guid>
      <dc:creator>deedlith</dc:creator>
      <dc:date>2010-08-27T12:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Acces depuis MS Word impossible</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/acces-depuis-ms-word-impossible/m-p/149717#M104652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;En mettant ntlm.authentication.sso.enabled a false le probleme est presque resolu … la creation d'un workspace et la modification fonctionne, check in/out etc tout fonctionne sauf … l'ouverture de document (c'est embetant).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a la place d'avoir la liste de mes sites j'ai une erreur "The webpage no longer exists"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;un topic sur le forum anglais parle de webdav … et d'un patch pour alfresco (qui aurait ete ajoute a alfresco 3.3)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;mais j'ai le meme probleme avec la version community 3.3 donc j'ai du mal comprendre &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sources :&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=24171" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=24171&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALFCOM-3651" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALFCOM-3651&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;J'ai besoin de vos lumieres&amp;nbsp; &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;ops:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;— EDIT —&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Je peux ouvrir un fichier si j'ai le chemin complet … c'est donc juste l'exploration des sites qui pose probleme&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(l'etau se resserre, je vaincrais windows )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Je dirais meme plus … ca ne plante que sur la page contenant la listes des "sites" … &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow noopener noreferrer"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;monserveur.a.la.noix:7070&amp;gt;/alfresco&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Si je met directe dans l'url le nom de mon site, l'exploration se fait correctement.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 10:00:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/acces-depuis-ms-word-impossible/m-p/149717#M104652</guid>
      <dc:creator>deedlith</dc:creator>
      <dc:date>2010-08-31T10:00:50Z</dc:date>
    </item>
  </channel>
</rss>

