ldap - multivalued attributes

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2007 07:40 AM
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 ldap attribute is returned.
Thanks,
stephane
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 ldap attribute is returned.
Thanks,
stephane
Labels:
- Labels:
-
Archive
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2007 07:20 AM
Hi
Mutlivalued LDAP attributes are not supported at the moment.
I will add it to the list.
Andy
Mutlivalued LDAP attributes are not supported at the moment.
I will add it to the list.
Andy
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2007 12:27 PM
Attribute with mutli-value is not supported in Content model directly. But it can be supported by extension. It is simple.
1) define attribute as d:text in Content model
<property name="hu:act101">
<title>Act 101</title>
<type>d:text</type>
</property>
2) Configure it as multi-value property
<property name="cd:keywords" mutable="true" searchable="true" reportable="false" group="I" repeatable="true"/>
3) Configure separator for multi-value property
<web_editable_seperator>; </web_editable_seperator>
3) provide UI. For example,
see http://hoike.cignex.com by admin/admin
view properties - edit.
1) define attribute as d:text in Content model
<property name="hu:act101">
<title>Act 101</title>
<type>d:text</type>
</property>
2) Configure it as multi-value property
<property name="cd:keywords" mutable="true" searchable="true" reportable="false" group="I" repeatable="true"/>
3) Configure separator for multi-value property
<web_editable_seperator>; </web_editable_seperator>
3) provide UI. For example,
see http://hoike.cignex.com by admin/admin
view properties - edit.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2007 10:41 AM
Hi,
thank you for your response Jonas.
But I cannot see where i can configure the "multi-value property", nor the <web_editable_seperator> that you mentionned:
Would you mind telling me which xml file it's in, or give me a pointer to the wiki.
Thanks
Regards
stebans
thank you for your response Jonas.
But I cannot see where i can configure the "multi-value property", nor the <web_editable_seperator> that you mentionned:
2) Configure it as multi-value property
<property name="cd:keywords" mutable="true" searchable="true" reportable="false" group="I" repeatable="true"/>
3) Configure separator for multi-value property
<web_editable_seperator>; </web_editable_seperator>
Would you mind telling me which xml file it's in, or give me a pointer to the wiki.
Thanks
Regards
stebans
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2007 10:46 AM
Hi,
We can not do it by Alfresco web-client. The solution is only for extended UI.
We use Alfresco foundation services plus ICEFace as UI. Thus, it is easy to extend content model.
Please check product
https://docs.cignex.com
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.)
We can not do it by Alfresco web-client. The solution is only for extended UI.
We use Alfresco foundation services plus ICEFace as UI. Thus, it is easy to extend content model.
Please check product
https://docs.cignex.com
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.)

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2007 07:26 AM
Hi
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.
Andy
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.
Andy
