<?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 Re: problem with configuring LDAP in alfresco 4.2b version in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-configuring-ldap-in-alfresco-4-2b-version/m-p/273179#M226309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;please find the Attachment of config file&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Feb 2013 09:51:58 GMT</pubDate>
    <dc:creator>raj</dc:creator>
    <dc:date>2013-02-01T09:51:58Z</dc:date>
    <item>
      <title>problem with configuring LDAP in alfresco 4.2b version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-configuring-ldap-in-alfresco-4-2b-version/m-p/273175#M226305</link>
      <description>I am facing problem with alfresco 4.2b while integrating with LDAP, where as it is working in 4.0d version but in 4.2b version it is not ldap is not getting synchronized.Operating system details.O.S:&amp;nbsp; windows 2008 64 bitAlfresco :&amp;nbsp; 4.2bDatabase : Postgresql, Mysql(tried in both Database)can you help</description>
      <pubDate>Fri, 01 Feb 2013 06:44:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-configuring-ldap-in-alfresco-4-2b-version/m-p/273175#M226305</guid>
      <dc:creator>raj</dc:creator>
      <dc:date>2013-02-01T06:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: problem with configuring LDAP in alfresco 4.2b version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-configuring-ldap-in-alfresco-4-2b-version/m-p/273176#M226306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the line you're searching for:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;TypeMismatchException: Failed to convert property value of type 'java.lang.String' to required type 'boolean' for property 'active'; nested exception is java.lang.IllegalArgumentException: Invalid boolean value [${ldap.authentication.active}]&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please post your configuration. Especially the&amp;nbsp; ldap.authentication.active&amp;nbsp; part.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that it's recognised as a string instead of a boolean.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 08:49:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-configuring-ldap-in-alfresco-4-2b-version/m-p/273176#M226306</guid>
      <dc:creator>scouil</dc:creator>
      <dc:date>2013-02-01T08:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: problem with configuring LDAP in alfresco 4.2b version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-configuring-ldap-in-alfresco-4-2b-version/m-p/273177#M226307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Scouil,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for you reply&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below is the configuration file &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.allowGuestLogin=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.userNameFormat=uid=%s,CN=Users,DC=ASTECH,DC=IN&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.java.naming.read.timeout=500&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.java.naming.provider.url=ldap://192.168.1.1:389&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.java.naming.security.authentication=SIMPLE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.escapeCommasInBind=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.escapeCommasInUid=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.defaultAdministratorUserNames=cn&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.active=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.java.naming.security.authentication=simple&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.java.naming.security.principal= CN\=AST-AD,DC\=ASTECH,DC\=IN&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.java.naming.security.credentials= secret&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.queryBatchSize=0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.attributeBatchSize=0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupQuery=(objectclass\=apple-group)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass\=apple-group)(!(modifyTimestamp&amp;lt;\={0})))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.personQuery=(objectclass\=inetOrgPerson)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectclass\=inetOrgPerson)(!(modifyTimestamp&amp;lt;\={0})))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupSearchBase=CN\=Groups,DC\=ASTECH,DC\=IN&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userSearchBase=CN\=Users,DC\=ASTECH,DC\=IN&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.modifyTimestampAttributeName=modifyTimestamp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.timestampFormat=yyyyMMddHHmmss'Z'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userIdAttributeName=uid&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userFirstNameAttributeName=givenName&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userLastNameAttributeName=%s&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userEmailAttributeName=mail&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userOrganizationalIdAttributeName=o&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.defaultHomeFolderProvider=largeHomeFolderProvider&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupIdAttributeName=cn&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupDisplayNameAttributeName=description&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupType=groupOfNames&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.personType=inetOrgPerson&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupMemberAttributeName=member&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.enableProgressEstimation=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 09:13:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-configuring-ldap-in-alfresco-4-2b-version/m-p/273177#M226307</guid>
      <dc:creator>raj</dc:creator>
      <dc:date>2013-02-01T09:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: problem with configuring LDAP in alfresco 4.2b version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-configuring-ldap-in-alfresco-4-2b-version/m-p/273178#M226308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Scouil,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please find the Attachment of configuration file&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 09:17:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-configuring-ldap-in-alfresco-4-2b-version/m-p/273178#M226308</guid>
      <dc:creator>raj</dc:creator>
      <dc:date>2013-02-01T09:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: problem with configuring LDAP in alfresco 4.2b version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-configuring-ldap-in-alfresco-4-2b-version/m-p/273179#M226309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;please find the Attachment of config file&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 09:51:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-configuring-ldap-in-alfresco-4-2b-version/m-p/273179#M226309</guid>
      <dc:creator>raj</dc:creator>
      <dc:date>2013-02-01T09:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: problem with configuring LDAP in alfresco 4.2b version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-configuring-ldap-in-alfresco-4-2b-version/m-p/273180#M226310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't see an &amp;lt;em&amp;gt;ldap.authentication.active&amp;lt;/em&amp;gt; value in that config file. Assuming there really isn't one, that would entirely explain the error you're seeing!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you try adding a line &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ldap.authentication.active=true&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; to your config file and seeing if that solves it all for you?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 23:45:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-configuring-ldap-in-alfresco-4-2b-version/m-p/273180#M226310</guid>
      <dc:creator>nickburch</dc:creator>
      <dc:date>2013-02-04T23:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: problem with configuring LDAP in alfresco 4.2b version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-configuring-ldap-in-alfresco-4-2b-version/m-p/273181#M226311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you nickburch for you reply,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i tired by adding the given line in my config file even though i am facing the same error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;below is the major error which i cant rectify it &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR [security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Synchronization aborted due to error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRegistry' defined in URL [file:/C:/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/Authentication/common-ldap-context.xml]: Initialization of bean failed; nested exception is org.springframework.beans.TypeMismatchException: Failed to convert property value of type 'java.lang.String' to required type 'boolean' for property 'active'; nested exception is java.lang.IllegalArgumentException: Invalid boolean value [${ldap.synchronization.active}]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to convert property value of type 'java.lang.String' to required type 'boolean' for property 'active'; nested exception is java.lang.IllegalArgumentException: Invalid boolean value [${ldap.authentication.active}]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 05:04:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-configuring-ldap-in-alfresco-4-2b-version/m-p/273181#M226311</guid>
      <dc:creator>raj</dc:creator>
      <dc:date>2013-02-05T05:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem with configuring LDAP in alfresco 4.2b version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-configuring-ldap-in-alfresco-4-2b-version/m-p/273182#M226312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Where are you putting the config exactly? I never got anywhere with auth/sync subsystems until I put the config in alfresco-global.properties…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 10:49:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-configuring-ldap-in-alfresco-4-2b-version/m-p/273182#M226312</guid>
      <dc:creator>throwback</dc:creator>
      <dc:date>2013-03-21T10:49:13Z</dc:date>
    </item>
  </channel>
</rss>

