<?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 Resolu Problème de droit pour création lecteur resaux CIFS in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/resolu-probl%C3%A8me-de-droit-pour-cr%C3%A9ation-lecteur-resaux-cifs/m-p/174131#M127261</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;je viens d'installer alfresco 3.4 et j'essayer de mettre en place une connexion LDAP AD.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;j'ai créer deux sous systemes d'authentification:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;un sous system ldap-ad dans Alfresco/tomcat/shared/classes/alfresco/extension/subsystems/Authentication/ldap-ad/ldap-ad1 avec les fichier suivants:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; -&amp;nbsp; Alfresco/tomcat/shared/classes/alfresco/extension/subsystems/Authentication/ldap-ad/ldap-ad1/ldap-ad-authentication.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; -&amp;nbsp; Alfresco/tomcat/shared/classes/alfresco/extension/subsystems/Authentication/ldap-ad/ldap-ad1/ldap-ad-authentication-context.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; -&amp;nbsp; Alfresco/tomcat/shared/classes/alfresco/extension/subsystems/Authentication/ldap-ad/common-ldap-context.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;un sous systeme passthru dans&amp;nbsp; Alfresco/tomcat/shared/classes/alfresco/extension/subsystems/Authentication/ldap-ad/ldap-ad&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; -&amp;nbsp; Alfresco/tomcat/shared/classes/alfresco/extension/subsystems/Authentication/passthru/passthru1/passthru-authentication-context.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; -&amp;nbsp; Alfresco/tomcat/shared/classes/alfresco/extension/subsystems/Authentication/passthru/passthru1/passthru-authentication-context.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; -&amp;nbsp; Alfresco/tomcat/shared/classes/alfresco/extension/subsystems/Authentication/passthru/ntlm-filter.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; -&amp;nbsp; Alfresco/tomcat/shared/classes/alfresco/extension/subsystems/Authentication/passthru/ntlm-filter-context.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;contenu du fichier alfresco-global.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;authentication.chain=alfrescoNtlm:alfrescoNtlm,passthru1:passthru,ldap-ad1:ldap-ad&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;contenu du fichier ldap-ad-authentication.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;#Ldap authentication configuration&lt;BR /&gt;ldap.authentication.active=true&lt;BR /&gt;ldap.authentication.java.naming.security.authentication=simple&lt;BR /&gt;ldap.authentication.userNameFormat=sAMAccountName&lt;BR /&gt;ldap.authentication.allowGuestLogin=false&lt;BR /&gt;ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory&lt;BR /&gt;ldap.authentication.java.naming.provider.url=ldap://localhost.local:389&lt;BR /&gt;ldap.authentication.escapeCommasInBind=false&lt;BR /&gt;ldap.authentication.escapeCommasInUid=false&lt;BR /&gt;ldap.authentication.defaultAdministratorUserNames=administrator&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;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;contenu du fichier passthru-authentication-context.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;passthru.authentication.useLocalServer=false&lt;BR /&gt;passthru.authentication.domain=domain&lt;BR /&gt;passthru.authentication.servers=&lt;BR /&gt;passthru.authentication.guestAccess=false&lt;BR /&gt;passthru.authentication.defaultAdministratorUserNames=&lt;BR /&gt;#Timeout value when opening a session to an authentication server, in milliseconds&lt;BR /&gt;passthru.authentication.connectTimeout=5000&lt;BR /&gt;#Offline server check interval in seconds&lt;BR /&gt;passthru.authentication.offlineCheckInterval=300&lt;BR /&gt;passthru.authentication.protocolOrder=NetBIOS,TCPIP&lt;BR /&gt;passthru.authentication.authenticateCIFS=true&lt;BR /&gt;passthru.authentication.authenticateFTP=true&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;je voudrais d'abord mettre en place un authentification ldap avant de passer à la synchronisation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mon instance d'alfresco est installé dans un environnement windows server 2003.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Merci pour les réponses&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Feb 2011 16:09:27 GMT</pubDate>
    <dc:creator>niox</dc:creator>
    <dc:date>2011-02-11T16:09:27Z</dc:date>
    <item>
      <title>Resolu Problème de droit pour création lecteur resaux CIFS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/resolu-probl%C3%A8me-de-droit-pour-cr%C3%A9ation-lecteur-resaux-cifs/m-p/174131#M127261</link>
      <description>Bonjourje viens d'installer alfresco 3.4 et j'essayer de mettre en place une connexion LDAP AD.j'ai créer deux sous systemes d'authentification:un sous system ldap-ad dans Alfresco/tomcat/shared/classes/alfresco/extension/subsystems/Authentication/ldap-ad/ldap-ad1 avec les fichier suivants: -&amp;nbsp; Alfre</description>
      <pubDate>Fri, 11 Feb 2011 16:09:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/resolu-probl%C3%A8me-de-droit-pour-cr%C3%A9ation-lecteur-resaux-cifs/m-p/174131#M127261</guid>
      <dc:creator>niox</dc:creator>
      <dc:date>2011-02-11T16:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Resolu Problème de droit pour création lecteur resaux CIFS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/resolu-probl%C3%A8me-de-droit-pour-cr%C3%A9ation-lecteur-resaux-cifs/m-p/174132#M127262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sujet divisisé, hijack de thread &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;voir les propriétés ldap.authentication.active=true et ldap.synchronization.active=true et la doc sur les subsystems&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 16:31:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/resolu-probl%C3%A8me-de-droit-pour-cr%C3%A9ation-lecteur-resaux-cifs/m-p/174132#M127262</guid>
      <dc:creator>rguinot</dc:creator>
      <dc:date>2011-02-11T16:31:42Z</dc:date>
    </item>
  </channel>
</rss>

