11-16-2006 06:17 AM
11-17-2006 03:44 AM
11-17-2006 03:54 AM
11-17-2006 04:17 AM
<!–
The path to the location of a space to use as the default home folder.
This folder should be readable by all users, or a group to which all imported users belong.
–>
<property name="defaultHomeFolder">
<value>/app:company_home</value>
</property>Alfresco 1.4, le HOME est récupéré depuis un attribut du LDAP : <!– Always use the default –>
<entry key="cm:homeFolderProvider">
<null/>
</entry>
</map>
</property>
<!– Set a default home folder provider –>
<!– Defaults only apply for values above –>
<property name="attributeDefaults">
<map>
<entry key="cm:homeFolderProvider">
<value>personalHomeFolderProvider</value>
</entry>Il faut peut-être que vous regardiez du côté de ce paramètre pour régler votre problème.11-17-2006 04:30 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.