cancel
Showing results for 
Search instead for 
Did you mean: 

Changing and moving Home User Spaces in Alfresco 3.2r

savoirfaire
Champ in-the-making
Champ in-the-making
Hi,

We have an Alfresco 3.2r instance and we'd like to change the default Users Home for new users (binded to LDAP).

Most solutions are talking about later versions of Alfresco.

How can we achieve this in the configuration settings ?

Many thanks,


Vincent de Grandpré
System administrator
Savoir-faire Linux inc.
vincent.degrandpre@savoirfairelinux.com
3 REPLIES 3

billerby
Champ on-the-rise
Champ on-the-rise
There is a configuration setting you could set in the config client-section of your web-client-config-custom.xml.  ie:


<config>
    <client>
        <default-home-space-path>/app:company_home/app:user_homes</default-home-space-path>
    </client>
</config>

/Erik

savoirfaire
Champ in-the-making
Champ in-the-making
Thanks Erik,

One more thing then, the new space will be at this place (in the nav bar) :

Savoir-faire Linux > Ressources Humaines > Employés

How do I translate this to a configuration-friendly statement ?

billerby
Champ on-the-rise
Champ on-the-rise
You mean so you can refer to it in the configuration file? It will probably be something like:

<default-home-space-path>/app:company_home/cm:Savoir-faire Linux/cm:Ressources Humaines/cm:Employés</default-home-space-path>

Something tells me you may need to ISO-9075 escape the space character in the "cm:Ressources Humaines".

Try with "cmSmiley Frustratedavoir-faire_x0020_Linux" and "cm:Ressources_x0020_Humaines" if the first one does not work.

/Erik