<?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: ldap - multivalued attributes in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ldap-multivalued-attributes/m-p/106415#M74469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We can not do it by Alfresco web-client. The solution is only for extended UI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We use Alfresco foundation services plus ICEFace as UI. Thus, it is easy to extend content model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please check product&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.cignex.com" rel="nofollow noopener noreferrer"&gt;https://docs.cignex.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If in need, I can provide details for the extension (Alfresco foundation services, extended services, extended content models, location system integration, LDAP and Kofax integration, etc.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2007 14:46:56 GMT</pubDate>
    <dc:creator>jonas</dc:creator>
    <dc:date>2007-05-30T14:46:56Z</dc:date>
    <item>
      <title>ldap - multivalued attributes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-multivalued-attributes/m-p/106411#M74465</link>
      <description>Hi,I would like to know how to configure Alfresco-2.0 CE to extract a value from ldap multivalued attributes. I tried modifying contentModel.xml file in which I added a new property, but I haven't been able to find which type to use, apart from "d:text". In this latter case, just the very first one</description>
      <pubDate>Thu, 26 Apr 2007 11:40:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-multivalued-attributes/m-p/106411#M74465</guid>
      <dc:creator>stebans</dc:creator>
      <dc:date>2007-04-26T11:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: ldap - multivalued attributes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-multivalued-attributes/m-p/106412#M74466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mutlivalued LDAP attributes are not supported at the moment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I will add it to the list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 11:20:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-multivalued-attributes/m-p/106412#M74466</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2007-05-03T11:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: ldap - multivalued attributes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-multivalued-attributes/m-p/106413#M74467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Attribute with mutli-value is not supported in Content model directly. But it can be supported by extension. It is simple.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) define attribute as d:text in Content model&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;property name="hu:act101"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Act 101&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Configure it as multi-value property&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;property name="cd:keywords" mutable="true" searchable="true" reportable="false" group="I" repeatable="true"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Configure separator for multi-value property&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;web_editable_seperator&amp;gt;; &amp;lt;/web_editable_seperator&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) provide UI. For example,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;see &lt;/SPAN&gt;&lt;A href="http://hoike.cignex.com" rel="nofollow noopener noreferrer"&gt;http://hoike.cignex.com&lt;/A&gt;&lt;SPAN&gt; by admin/admin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;view properties - edit.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 16:27:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-multivalued-attributes/m-p/106413#M74467</guid>
      <dc:creator>jonas</dc:creator>
      <dc:date>2007-05-23T16:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: ldap - multivalued attributes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-multivalued-attributes/m-p/106414#M74468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you for your response Jonas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I cannot see where i can configure the "multi-value property", nor the &amp;lt;web_editable_seperator&amp;gt; that you mentionned: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;2) Configure it as multi-value property&lt;BR /&gt;&lt;SPAN style="color:orange;"&gt;&amp;lt;property name="cd:keywords" mutable="true" searchable="true" reportable="false" group="I" repeatable="true"/&amp;gt;&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;3) Configure separator for multi-value property&lt;BR /&gt;&lt;SPAN style="color:orange;"&gt;&amp;lt;web_editable_seperator&amp;gt;; &amp;lt;/web_editable_seperator&amp;gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Would you mind telling me which xml file it's in, or give me a pointer to the wiki.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;stebans&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 14:41:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-multivalued-attributes/m-p/106414#M74468</guid>
      <dc:creator>stebans</dc:creator>
      <dc:date>2007-05-25T14:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: ldap - multivalued attributes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-multivalued-attributes/m-p/106415#M74469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We can not do it by Alfresco web-client. The solution is only for extended UI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We use Alfresco foundation services plus ICEFace as UI. Thus, it is easy to extend content model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please check product&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.cignex.com" rel="nofollow noopener noreferrer"&gt;https://docs.cignex.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If in need, I can provide details for the extension (Alfresco foundation services, extended services, extended content models, location system integration, LDAP and Kofax integration, etc.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 14:46:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-multivalued-attributes/m-p/106415#M74469</guid>
      <dc:creator>jonas</dc:creator>
      <dc:date>2007-05-30T14:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: ldap - multivalued attributes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-multivalued-attributes/m-p/106416#M74470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The LDAP import only imports the first attribute. It would need extending to check the DD for the attribute type and if mutli-valued try pulling in all attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 11:26:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-multivalued-attributes/m-p/106416#M74470</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2007-06-05T11:26:27Z</dc:date>
    </item>
  </channel>
</rss>

